![]() |
Python Script Engine
8.3
GL Studio Editor Python Script API
|
Public Member Functions | |
bool | isNULL () |
SoundItem | AddSound (str filename) |
None | RemoveSound (SoundItem &soundItem) |
int | GetCount () |
SoundItem | GetSoundItem (int index) |
common editor interface sound list
SoundItem SoundList::AddSound | ( | str | filename | ) |
add a sound to the list
filename | file path and name of sound to add (can be relative or absolute) |
int SoundList::GetCount | ( | ) |
get the number of sound list entries in the list
SoundItem SoundList::GetSoundItem | ( | int | index | ) |
get a sound list entry from the list
index | zero based sound list index |
bool SoundList::isNULL | ( | ) |
determine if wrapped sound list does not exist
None SoundList::RemoveSound | ( | SoundItem & | soundItem | ) |
remove a sound from the list
soundItem | sound to remove |