Method | Description | |
---|---|---|
ActionIf ( ) : System |
Creates a conditional test and branch.
|
|
ActionIf ( |
Creates a conditional test and branch.
|
|
ToString ( ) : string |
Converts the action to a string
|
Method | Description | |
---|---|---|
Parse ( System sourceStream, byte sourceVersion ) : void |
Reads the offset from a source stream
|
|
ParseFrom ( ) : bool |
Parses the action from a string array
|
|
Render ( System outputStream ) : ulong |
Renders the offset back to an output stream
|
public ActionIf ( |
||
offset | The offset is a signed quantity, enabling /// branches from –32768 bytes to 32767 bytes. An offset of 0 points /// to the action directly after the ActionIf action. | |
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 output stream |
return | ulong |