Property | Type | Description | |
---|---|---|---|
m_Script | IScript | ||
m_enumerators | IEnumerator>.Dictionary | ||
m_eventFlagsMap | scriptEvents>.Dictionary |
Method | Description | |
---|---|---|
CheckSlice ( ) : bool | ||
CloseTimeSlice ( ) : void | ||
ExecuteEvent ( string state, string FunctionName, object args, EnumeratorInfo Start, |
||
Executor ( IScript script ) : System | ||
GetStateEventFlags ( string state ) : scriptEvents | ||
OpenTimeSlice ( EnumeratorInfo Start ) : void | ||
ResetStateEventFlags ( ) : void |
Method | Description | |
---|---|---|
initEventFlags ( ) : void |
public ExecuteEvent ( string state, string FunctionName, object args, EnumeratorInfo Start, |
||
state | string | |
FunctionName | string | |
args | object | |
Start | EnumeratorInfo | |
ex | ||
return | EnumeratorInfo |
public GetStateEventFlags ( string state ) : scriptEvents | ||
state | string | |
return | scriptEvents |
public OpenTimeSlice ( EnumeratorInfo Start ) : void | ||
Start | EnumeratorInfo | |
return | void |
protected Dictionary |
||
return | IEnumerator>.Dictionary |