Drag[en]gine Script Module DragonScript
1.23
|
Dynamic music switch. More...
Public Member Functions | |
String | getName () |
Name. More... | |
bool | getState () |
State. More... | |
DynamicMusicSwitch | new (String name) |
Create dynamic music switch. More... | |
void | setState (bool state) |
Set state. More... | |
Dynamic music switch.
Used by transitions to figure out which part to play next. Switches are boolean and can be on or off.
String Dragengine.Audio.DynamicMusic.DynamicMusicSwitch.getName | ( | ) |
Name.
bool Dragengine.Audio.DynamicMusic.DynamicMusicSwitch.getState | ( | ) |
State.
DynamicMusicSwitch Dragengine.Audio.DynamicMusic.DynamicMusicSwitch.new | ( | String | name | ) |
Create dynamic music switch.
void Dragengine.Audio.DynamicMusic.DynamicMusicSwitch.setState | ( | bool | state | ) |
Set state.