C# Class NScumm.Sky.Control.TextResource

Inheritance: ConResource
Mostra file Open project: scemino/nscumm

Public Methods

Method Description
DrawToScreen ( bool doMask ) : void
FlushForRedraw ( ) : void
TextResource ( byte pSpData, uint pNSprites, uint pCurSprite, ushort pX, ushort pY, uint pText, byte pOnClick, ISystem system, byte screen ) : System

Method Details

DrawToScreen() public method

public DrawToScreen ( bool doMask ) : void
doMask bool
return void

FlushForRedraw() public method

public FlushForRedraw ( ) : void
return void

TextResource() public method

public TextResource ( byte pSpData, uint pNSprites, uint pCurSprite, ushort pX, ushort pY, uint pText, byte pOnClick, ISystem system, byte screen ) : System
pSpData byte
pNSprites uint
pCurSprite uint
pX ushort
pY ushort
pText uint
pOnClick byte
system ISystem
screen byte
return System