- Found in:
- cLib
SoundCategory[]functioncArrayCreateSoundCategory(intindices, SoundCategoryfiller=NONE, booloutputTrace=true)Global
Description
Documentation String
Requirements: None
Caveats
Parameters
Examples
Auto-Generated Example
int myInt__indices
SoundCategory mySoundCategory__filler
bool myBool__outputTrace
SoundCategory[] returnedValue = clibArrays.cArrayCreateSoundCategory(myInt__indices, mySoundCategory__filler, myBool__outputTrace)