|
Drag[en]gine Script Module DragonScript 1.32.1
|
Announcer part. More...
Public Member Functions | |
| float | getControllerValue () |
| Controller value to set if this part is selected. | |
| String | getID () |
| Identifier. | |
| Sound | getSound () |
| Sound to play. | |
| AnnouncerPart | new (String id) |
| Create announcer part. | |
| void | setControllerValue (float value) |
| Set controller value to set if this part is selected. | |
| void | setSound (Sound sound) |
| Set sound to play. | |
Announcer part.
| float Dragengine.Audio.Announcer.AnnouncerPart.getControllerValue | ( | ) |
Controller value to set if this part is selected.
| String Dragengine.Audio.Announcer.AnnouncerPart.getID | ( | ) |
Identifier.
| Sound Dragengine.Audio.Announcer.AnnouncerPart.getSound | ( | ) |
Sound to play.
| AnnouncerPart Dragengine.Audio.Announcer.AnnouncerPart.new | ( | String | id | ) |
Create announcer part.
| void Dragengine.Audio.Announcer.AnnouncerPart.setControllerValue | ( | float | value | ) |
Set controller value to set if this part is selected.
| void Dragengine.Audio.Announcer.AnnouncerPart.setSound | ( | Sound | sound | ) |
Set sound to play.