Method | Description | |
---|---|---|
ChangeTextSpriteColor ( byte sprData, byte newCol ) : void | ||
DisplayText ( string text, byte dest, bool center, ushort pixelWidth, byte color ) : |
||
DisplayText ( ushort textNum, byte dest, bool center, ushort pixelWidth, byte color ) : |
||
FnPointerText ( uint pointedId, ushort mouseX, ushort mouseY ) : void | ||
FnSetFont ( uint fontNr ) : void | ||
FnTextModule ( uint textInfoId, uint textNo ) : void | ||
LogicCursor ( |
||
LowTextManager ( uint textNum, ushort width, ushort logicNum, byte color, bool center ) : |
||
Text ( Disk disk, |
Method | Description | |
---|---|---|
DoPatchMessage ( uint textNum ) : bool | ||
GetText ( uint textNr ) : void | ||
GetTextBit ( byte data, int &dataPtr, int &bitPos ) : bool | ||
GetTextChar ( byte data, int &dataPtr, int &bitPos ) : char | ||
InitHuffTree ( ) : void | ||
MakeGameCharacter ( byte textChar, byte charSetPtr, byte dest, int &dstPtr, byte color, ushort bufPitch ) : void |
public ChangeTextSpriteColor ( byte sprData, byte newCol ) : void | ||
sprData | byte | |
newCol | byte | |
return | void |
public DisplayText ( string text, byte dest, bool center, ushort pixelWidth, byte color ) : |
||
text | string | |
dest | byte | |
center | bool | |
pixelWidth | ushort | |
color | byte | |
return |
public DisplayText ( ushort textNum, byte dest, bool center, ushort pixelWidth, byte color ) : |
||
textNum | ushort | |
dest | byte | |
center | bool | |
pixelWidth | ushort | |
color | byte | |
return |
public FnPointerText ( uint pointedId, ushort mouseX, ushort mouseY ) : void | ||
pointedId | uint | |
mouseX | ushort | |
mouseY | ushort | |
return | void |
public FnTextModule ( uint textInfoId, uint textNo ) : void | ||
textInfoId | uint | |
textNo | uint | |
return | void |
public LogicCursor ( |
||
textCompact | ||
mouseX | ushort | |
mouseY | ushort | |
return | void |
public LowTextManager ( uint textNum, ushort width, ushort logicNum, byte color, bool center ) : |
||
textNum | uint | |
width | ushort | |
logicNum | ushort | |
color | byte | |
center | bool | |
return |
public Text ( Disk disk, |
||
disk | Disk | |
skyCompact | ||
return | System |