Свойство | Type | Description | |
---|---|---|---|
TABLE_NAME | string | ||
isKeyPressed | IsKeyPressed | ||
onClearScreen | OnClearScreen | ||
onDisplayGraphics | System.Action | ||
onLineDrawing | OnLineDrawing | ||
onRectDrawing | OnLineDrawing | ||
onSetColor | OnSetColor | ||
onTextDrawing | OnTextDrawing |
Свойство | Type | Description | |
---|---|---|---|
API_CharToInt | float | ||
API_ClearText | void | ||
API_Cos | float | ||
API_GetHour | float | ||
API_GetMinute | float | ||
API_GetUser | string | ||
API_Height | float | ||
API_Info | void | ||
API_Input | string | ||
API_IntToChar | string | ||
API_Log | void | ||
API_Name | string | ||
API_Pitch | void | ||
API_PlaySound | void | ||
API_Print | void | ||
API_PrintS | void | ||
API_Quit | void | ||
API_Random | float | ||
API_Say | void | ||
API_Sin | float | ||
API_Sleep | void | ||
API_Time | float | ||
API_Width | float | ||
Checkbox | void | ||
GenerateProgramAPI | void | ||
InternalPrint | void | ||
ReplaceHelloWorldProgram | void | ||
nSpaces | string |
Méthode | Description | |
---|---|---|
DoesMasterProgramExist ( ) : bool | ||
EnsureMemoryUnit ( ) : void | ||
FixBeforeSaving ( ) : void | ||
GetUsedBy ( GameWorld2.Character pUser, GameWorld2.Floppy pFloppy ) : void | ||
MaybeFixGroupIfOutsideIslandOfTiles ( ) : void | ||
NextLine ( ) : void | ||
OnBackspaceKey ( ) : void | ||
OnDirectionKey ( string pKey ) : void | ||
OnEnterKey ( ) : void | ||
OnKeyDown ( string pKey ) : void | ||
PrepareForBeingHacked ( ) : void | ||
RemovePrograms ( ) : void | ||
RunProgram ( GameWorld2.Floppy pFloppy ) : void | ||
Say ( string pLine, string pConversation ) : void | ||
Update ( float dt ) : void |
Méthode | Description | |
---|---|---|
SetupCells ( ) : void |
Méthode | Description | |
---|---|---|
API_CharToInt ( string character ) : float | ||
API_ClearText ( ) : void | ||
API_Cos ( float x ) : float | ||
API_GetHour ( ) : float | ||
API_GetMinute ( ) : float | ||
API_GetUser ( ) : string | ||
API_Height ( ) : float | ||
API_Info ( ) : void | ||
API_Input ( string prompt ) : string | ||
API_IntToChar ( float number ) : string | ||
API_Log ( string text ) : void | ||
API_Name ( ) : string | ||
API_Pitch ( float pitch ) : void | ||
API_PlaySound ( string soundName ) : void | ||
API_Print ( string text ) : void | ||
API_PrintS ( string text ) : void | ||
API_Quit ( ) : void | ||
API_Random ( ) : float | ||
API_Say ( string text ) : void | ||
API_Sin ( float x ) : float | ||
API_Sleep ( float seconds ) : void | ||
API_Time ( ) : float | ||
API_Width ( ) : float | ||
Checkbox ( string pName, bool pTrue ) : void | ||
GenerateProgramAPI ( Program pProgram ) : void | ||
InternalPrint ( string pText, bool pNewLine ) : void | ||
ReplaceHelloWorldProgram ( string pNewProgramName ) : void | ||
nSpaces ( int n ) : string |
public GetUsedBy ( GameWorld2.Character pUser, GameWorld2.Floppy pFloppy ) : void | ||
pUser | GameWorld2.Character | |
pFloppy | GameWorld2.Floppy | |
Résultat | void |
public MaybeFixGroupIfOutsideIslandOfTiles ( ) : void | ||
Résultat | void |
public OnDirectionKey ( string pKey ) : void | ||
pKey | string | |
Résultat | void |
public RunProgram ( GameWorld2.Floppy pFloppy ) : void | ||
pFloppy | GameWorld2.Floppy | |
Résultat | void |
public Say ( string pLine, string pConversation ) : void | ||
pLine | string | |
pConversation | string | |
Résultat | void |