Property | Type | Description | |
---|---|---|---|
Events | RegisteredEvent>.Dictionary | ||
IsInitialized | bool |
Property | Type | Description | |
---|---|---|---|
RegisterEvent | void |
Method | Description | |
---|---|---|
GetGlobalVar ( int Location ) : int |
Reads a global variable.
|
|
HitVM ( string StartupDir ) : System | ||
KillTrack ( uint TrackID ) : void |
Kills a track with the given ID.
|
|
PlayEvent ( string Event ) : void |
Plays a track for a registered event.
|
|
PlayTrack ( uint TrackID ) : void |
Starts playing a track with the given ID.
|
|
SetGlobalVar ( int Location, int Value ) : void |
Sets a global variable to a value.
|
|
Step ( ) : void |
Runs one instruction for each track that is currently playing.
|
Method | Description | |
---|---|---|
RegisterEvent ( |
Registers all the events in a resource group.
|
public static GetGlobalVar ( int Location ) : int | ||
Location | int | The location to read from. |
return | int |
public static KillTrack ( uint TrackID ) : void | ||
TrackID | uint | ID of the track to kill. |
return | void |
public static PlayEvent ( string Event ) : void | ||
Event | string | The name of the registered event to play. |
return | void |
public static PlayTrack ( uint TrackID ) : void | ||
TrackID | uint | ID of the track to play. |
return | void |
public static SetGlobalVar ( int Location, int Value ) : void | ||
Location | int | The location of the global variable to set. |
Value | int | The value to set the variable to. |
return | void |
public static Dictionary |
||
return | RegisteredEvent>.Dictionary |