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