cSoundSystem_L Class Reference
List of all members.
|
Public Member Functions |
| mixed | SetVolume (...) |
| | SoundSystem:SetVolume(x).
|
| mixed | GetVolume (...) |
| | x = SoundSystem:GetVolume()
|
| mixed | SetDistanceFactor (...) |
| | SoundSystem:SetDistanceFactor(x).
|
| mixed | Step (...) |
| | SoundSystem:Step().
|
| mixed | GetDistanceFactor (...) |
| | x = SoundSystem:GetDistanceFactor()
|
| mixed | SetListenerPosition (...) |
| | SoundSystem:SetListenerPosition(x,y,z).
|
| mixed | SetListenerVelocity (...) |
| | SoundSystem:SetListenerVelocity(x,y,z).
|
| mixed | GetListenerPosition (...) |
| | x,y,z = SoundSystem:GetListenerPosition()
|
| mixed | GetListenerVelocity (...) |
| | x,y,z = SoundSystem:GetListenerVelocity()
|
| mixed | CreateSoundSource (...) |
| | cSoundSource* CreateSoundSource (string filename); for lua
|
| mixed | CreateSoundSource3D (...) |
| | cSoundSource* CreateSoundSource3D (number x, number y, number z, string filename); for lua
|
| mixed | Destroy (...) |
| | SoundSystem:Destroy().
|
Static Public Member Functions |
| static mixed | CreateSoundSystem (...) |
Detailed Description
Definition at line 9455 of file lua_pseudo_code.cpp.
Member Function Documentation
| static mixed cSoundSystem_L::CreateSoundSystem |
( |
|
... |
) |
[inline, static] |
object methods exported to lua CreateSoundSystem(name,frequency)
Definition at line 9459 of file lua_pseudo_code.cpp.
| mixed cSoundSystem_L::SetVolume |
( |
|
... |
) |
[inline] |
| mixed cSoundSystem_L::GetVolume |
( |
|
... |
) |
[inline] |
| mixed cSoundSystem_L::SetDistanceFactor |
( |
|
... |
) |
[inline] |
| mixed cSoundSystem_L::Step |
( |
|
... |
) |
[inline] |
| mixed cSoundSystem_L::GetDistanceFactor |
( |
|
... |
) |
[inline] |
| mixed cSoundSystem_L::SetListenerPosition |
( |
|
... |
) |
[inline] |
| mixed cSoundSystem_L::SetListenerVelocity |
( |
|
... |
) |
[inline] |
| mixed cSoundSystem_L::GetListenerPosition |
( |
|
... |
) |
[inline] |
| mixed cSoundSystem_L::GetListenerVelocity |
( |
|
... |
) |
[inline] |
| mixed cSoundSystem_L::CreateSoundSource |
( |
|
... |
) |
[inline] |
| mixed cSoundSystem_L::CreateSoundSource3D |
( |
|
... |
) |
[inline] |
cSoundSource* CreateSoundSource3D (number x, number y, number z, string filename); for lua
Definition at line 9492 of file lua_pseudo_code.cpp.
| mixed cSoundSystem_L::Destroy |
( |
|
... |
) |
[inline] |
The documentation for this class was generated from the following file: