Property | Type | Description | |
---|---|---|---|
ActionUID | ushort | ||
ActiveQueueBlock | byte | ||
BlockingState | VMAsyncState | ||
DialogCooldown | int | ||
EODConnection | VMEODPluginThreadState | ||
Interrupt | bool | ||
LastStackExitCode | VMPrimitiveExitCode | ||
Queue | FSO.SimAntics.Marshals.Threads.VMQueuedActionMarshal[] | ||
Stack | FSO.SimAntics.Marshals.Threads.VMStackFrameMarshal[] | ||
TempRegisters | short[] | ||
TempXL | int[] | ||
Version | int |
Method | Description | |
---|---|---|
Deserialize ( |
||
SerializeInto ( |
||
VMThreadMarshal ( ) : System | ||
VMThreadMarshal ( int version ) : System |
public Deserialize ( |
||
reader | ||
return | void |
public SerializeInto ( |
||
writer | ||
return | void |
public VMThreadMarshal ( int version ) : System | ||
version | int | |
return | System |
public VMEODPluginThreadState EODConnection | ||
return | VMEODPluginThreadState |
public VMPrimitiveExitCode LastStackExitCode | ||
return | VMPrimitiveExitCode |
public VMQueuedActionMarshal[],FSO.SimAntics.Marshals.Threads Queue | ||
return | FSO.SimAntics.Marshals.Threads.VMQueuedActionMarshal[] |
public VMStackFrameMarshal[],FSO.SimAntics.Marshals.Threads Stack | ||
return | FSO.SimAntics.Marshals.Threads.VMStackFrameMarshal[] |