Property | Type | Description | |
---|---|---|---|
_frame | |||
_skipCount | byte |
Method | Description | |
---|---|---|
ActionWaitForFrame ( ) : System |
Waits for a frame to be loaded and is stack based
|
|
ActionWaitForFrame ( |
Waits for a frame to be loaded and is stack based
|
|
ToString ( ) : string |
Converts the action to a string
|
Method | Description | |
---|---|---|
Parse ( System sourceStream, byte sourceVersion ) : void |
Read the frame to be wait for and the number of skipped actions
|
|
ParseFrom ( ) : bool |
Parses the action from a string array
|
|
Render ( System outputStream ) : ulong |
Writes the frame to be waiting for and the number of actions to skip back to the output stream
|
public ActionWaitForFrame ( |
||
frame | The number of the frame to wait for | |
skip | byte | The number of actions to skip |
return | System |
protected Parse ( System sourceStream, byte sourceVersion ) : void | ||
sourceStream | System | The source stream |
sourceVersion | byte | The version |
return | void |
protected Render ( System outputStream ) : ulong | ||
outputStream | System | The outpustream to write to |
return | ulong |