// MPropertyFriendlyName = VSND Enum// MPropertyDescription = Switches between a selection of vsnds based on a provided index.class CVoiceContainerEnum : publicCVoiceContainerBase{public: // MPropertyFriendlyName = Sounds To PlayCSoundContainerReferenceArray m_soundsToPlay; // MPropertyFriendlyName = Index int32 m_iSelection; // MPropertyFriendlyName = Crossfade Time float32 m_flCrossfadeTime;};