Свойство | Тип | Описание | |
---|---|---|---|
Events | RegisteredEvent>.Dictionary | ||
IsInitialized | bool |
Свойство | Тип | Описание | |
---|---|---|---|
RegisterEvent | void |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
RegisterEvent ( |
Registers all the events in a resource group.
|
public static GetGlobalVar ( int Location ) : int | ||
Location | int | The location to read from. |
Результат | int |
public HitVM ( string StartupDir ) : System | ||
StartupDir | string | |
Результат | System |
public static KillTrack ( uint TrackID ) : void | ||
TrackID | uint | ID of the track to kill. |
Результат | void |
public static PlayEvent ( string Event ) : void | ||
Event | string | The name of the registered event to play. |
Результат | void |
public static PlayTrack ( uint TrackID ) : void | ||
TrackID | uint | ID of the track to play. |
Результат | 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. |
Результат | void |
public static Dictionary |
||
Результат | RegisteredEvent>.Dictionary |