Difference between revisions of "HPL3/Community/Scripting/Classes/isoundchannel"
Jump to navigation
Jump to search
(Upload classes to sub) |
(No difference)
|
Latest revision as of 10:12, 30 July 2020
iSoundChannel
Fields
iSoundChannel has no public fields.
Functions
| Return Type | Function Name | Parameters | Description |
|---|---|---|---|
| void | Play | ||
| void | Stop | ||
| void | SetPaused | bool abX | |
| void | SetSpeed | float afSpeed | |
| void | SetVolume | float afVolume | |
| void | SetPan | float afPan | |
| bool | Is3D | ||
| bool | IsVirtual | ||
| bool | IsPriorityReleased | ||
| void | SetReverbActive | bool abX | |
| bool | GetReverbActive | ||
| void | SetReverbAmount | float afX | |
| float | GetReverbAmount | ||
| void | SetSpeakerSpread | float afX | |
| float | GetSpeakerSpread | ||
| void | SetPriority | int alX | |
| int | GetPriority | ||
| void | SetPostionIsHeadRelative | bool abX | |
| void | SetPosition | const cVector3f& avPos | |
| void | SetVelocity | const cVector3f& avVel | |
| bool | GetPostionIsHeadRelative | ||
| const cVector3f& | GetPosition | ||
| const cVector3f& | GetVelocity | ||
| void | SetMinDistance | float fMin | |
| void | SetMaxDistance | float fMax | |
| bool | IsPlaying | ||
| float | GetElapsedTime | ||
| float | GetTotalTime | ||
| void | SetElapsedTime | float afTime | |
| bool | GetPaused | ||
| float | GetSpeed | ||
| float | GetVolume | ||
| float | GetPan | ||
| float | GetMinDistance | ||
| float | GetMaxDistance | ||
| iSoundData@ | GetData |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!