|
Drag[en]gine Script Module DragonScript 1.32.1
|
Dynamic music switch. More...
Public Member Functions | |
| String | getName () |
| Name. | |
| bool | getState () |
| State. | |
| DynamicMusicSwitch | new (String name) |
| Create dynamic music switch. | |
| void | setState (bool state) |
| Set state. | |
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.