Свойство | Type | Description | |
---|---|---|---|
logger | Logger | ||
nameOfOwner | string | ||
waitForNextFrame | bool |
Méthode | Description | |
---|---|---|
ChangeGlobalVariableInitValue ( string pName, object pValue ) : void | ||
ClearErrors ( ) : void | ||
ClearRuntimeErrors ( ) : void | ||
Compile ( ) : Error[] | ||
ContainsErrors ( ) : bool | ||
DeleteSprakRunner ( ) : void | ||
GetErrors ( ) : Error[] | ||
GetGlobalVariableValue ( string pName ) : object | ||
GetProfileData ( ) : ProfileData>.Dictionary |
||
HasFunction ( string pFunctionName, bool pFullExpensiveCheck ) : bool | ||
Init ( GameWorld2.ProgramRunner pProgramRunner ) : void | ||
OnReturnValue ( object pReturnValue ) : void | ||
PrintErrorsToD ( ) : void | ||
Start ( ) : void | ||
StartAtFunction ( string functionName, object args, Program pCaller ) : void | ||
StartAtFunction ( string functionName, object args, Program pCaller, bool pEnsureThatFunctionExists ) : void | ||
StartAtFunctionIfItExists ( string functionName, object args, Program pCaller ) : void | ||
StartAtFunctionWithMockReceiver ( string functionName, object args, |
||
StopAndReset ( ) : void | ||
SwapStackTopValueTo ( object pValue ) : void | ||
ToString ( ) : string | ||
TryGetFunctionDefinition ( string pFunctionName, FunctionDefinition &pOutput ) : bool | ||
Update ( float dt ) : void |
Méthode | Description | |
---|---|---|
SetupCells ( ) : void |
Méthode | Description | |
---|---|---|
EnsureSprakRunner ( ) : void | ||
Execute ( int pExecutions ) : void |
public ChangeGlobalVariableInitValue ( string pName, object pValue ) : void | ||
pName | string | |
pValue | object | |
Résultat | void |
public GetGlobalVariableValue ( string pName ) : object | ||
pName | string | |
Résultat | object |
public GetProfileData ( ) : ProfileData>.Dictionary |
||
Résultat | ProfileData>.Dictionary |
public HasFunction ( string pFunctionName, bool pFullExpensiveCheck ) : bool | ||
pFunctionName | string | |
pFullExpensiveCheck | bool | |
Résultat | bool |
public Init ( GameWorld2.ProgramRunner pProgramRunner ) : void | ||
pProgramRunner | GameWorld2.ProgramRunner | |
Résultat | void |
public OnReturnValue ( object pReturnValue ) : void | ||
pReturnValue | object | |
Résultat | void |
public StartAtFunction ( string functionName, object args, Program pCaller ) : void | ||
functionName | string | |
args | object | |
pCaller | Program | |
Résultat | void |
public StartAtFunction ( string functionName, object args, Program pCaller, bool pEnsureThatFunctionExists ) : void | ||
functionName | string | |
args | object | |
pCaller | Program | |
pEnsureThatFunctionExists | bool | |
Résultat | void |
public StartAtFunctionIfItExists ( string functionName, object args, Program pCaller ) : void | ||
functionName | string | |
args | object | |
pCaller | Program | |
Résultat | void |
public StartAtFunctionWithMockReceiver ( string functionName, object args, |
||
functionName | string | |
args | object | |
pMockProgram | ||
Résultat | void |
public SwapStackTopValueTo ( object pValue ) : void | ||
pValue | object | |
Résultat | void |
public TryGetFunctionDefinition ( string pFunctionName, FunctionDefinition &pOutput ) : bool | ||
pFunctionName | string | |
pOutput | FunctionDefinition | |
Résultat | bool |