Method | Description | |
---|---|---|
ActionCall ( ) : System |
Calls a subroutine
|
Method | Description | |
---|---|---|
Parse ( System sourceStream, byte sourceVersion ) : void |
While ActionCall can have arguments, it operates on the Frame name / number on the stack and hence always has a length field of 0x0000. Therefore, if we end up here, it's already a format violation.
|
|
ParseFrom ( ) : bool |
Parses the action from a string array
|
|
Render ( System outputStream ) : ulong |
|
protected Parse ( System sourceStream, byte sourceVersion ) : void | ||
sourceStream | System | The source stream to read from |
sourceVersion | byte | The version |
return | void |
protected Render ( System outputStream ) : ulong | ||
outputStream | System | |
return | ulong |