HPL3/SOMA/Scripting/iSoundEvent
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
iSoundEvent has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
float |
GetAudibility | ||
iSoundEventData@ |
GetData | ||
float |
GetElapsedTime | ||
float |
GetMaxDistance | ||
float |
GetMinDistance | ||
const tString& |
GetName | ||
float |
GetParam | int alIdx |
|
float |
GetParam | const tString &in asName |
|
bool |
GetPaused | ||
const cVector3f& |
GetPosition | ||
bool |
GetPostionIsHeadRelative | ||
bool |
GetReverbActive | ||
float |
GetReverbAmount | ||
float |
GetSpeakerSpread | ||
float |
GetSpeed | ||
float |
GetTotalTime | ||
const cVector3f& |
GetVelocity | ||
float |
GetVolume | ||
bool |
Is3D | ||
bool |
IsLoading | ||
bool |
IsOneShot | ||
bool |
IsPlaying | ||
bool |
IsPriorityReleased | ||
void |
SetMaxDistance | float fMax |
|
void |
SetMinDistance | float fMin |
|
void |
SetParam | int alIdx ,float afValue |
|
void |
SetParam | const tString &in asName ,float afValue |
|
void |
SetPaused | bool abX |
|
void |
SetPosition | const cVector3f& avPos |
|
void |
SetPostionIsHeadRelative | bool abX |
|
void |
SetReverbActive | bool abX |
|
void |
SetReverbAmount | float afX |
|
void |
SetSpeakerSpread | float afX |
|
void |
SetSpeed | float afSpeed |
|
void |
SetVelocity | const cVector3f& avVel |
|
void |
SetVolume | float afVolume |
|
void |
Start | ||
void |
Stop | bool abPlayEnd |