cSoundSource_L Class Reference

List of all members.

Public Member Functions

mixed SetMinMaxDistance (...)
mixed GetMinMaxDistance (...)
 min,max = SoundSource:GetMinMaxDistance()
mixed SetVolume (...)
 SoundSource:SetVolume(x).
mixed GetVolume (...)
 x = SoundSource:GetVolume()
mixed SetPosition (...)
 SoundSource:SetPosition(x,y,z).
mixed SetVelocity (...)
 SoundSource:SetVelocity(x,y,z).
mixed GetPosition (...)
 x,y,z = SoundSource:GetPosition()
mixed GetVelocity (...)
 x,y,z = SoundSource:GetVelocity()
mixed Is3D (...)
 bool = SoundSource:Is3D()
mixed IsPlaying (...)
 bool = SoundSource:IsPlaying()
mixed IsPaused (...)
 bool = SoundSource:IsPaused()
mixed Play (...)
 SoundSource:Play().
mixed Pause (...)
 SoundSource:Pause().
mixed Stop (...)
 SoundSource:Stop().
mixed Destroy (...)
 SoundSource:Destroy().


Detailed Description

Definition at line 3247 of file lua_pseudo_code.cpp.


Member Function Documentation

mixed cSoundSource_L::SetMinMaxDistance (   ...  )  [inline]

object methods exported to lua SoundSource:SetMinMaxDistance(x)

Definition at line 3251 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::GetMinMaxDistance (   ...  )  [inline]

min,max = SoundSource:GetMinMaxDistance()

Definition at line 3254 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::SetVolume (   ...  )  [inline]

SoundSource:SetVolume(x).

Definition at line 3257 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::GetVolume (   ...  )  [inline]

x = SoundSource:GetVolume()

Definition at line 3260 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::SetPosition (   ...  )  [inline]

SoundSource:SetPosition(x,y,z).

Definition at line 3263 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::SetVelocity (   ...  )  [inline]

SoundSource:SetVelocity(x,y,z).

Definition at line 3266 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::GetPosition (   ...  )  [inline]

x,y,z = SoundSource:GetPosition()

Definition at line 3269 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::GetVelocity (   ...  )  [inline]

x,y,z = SoundSource:GetVelocity()

Definition at line 3272 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::Is3D (   ...  )  [inline]

bool = SoundSource:Is3D()

Definition at line 3275 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::IsPlaying (   ...  )  [inline]

bool = SoundSource:IsPlaying()

Definition at line 3278 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::IsPaused (   ...  )  [inline]

bool = SoundSource:IsPaused()

Definition at line 3281 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::Play (   ...  )  [inline]

SoundSource:Play().

Definition at line 3284 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::Pause (   ...  )  [inline]

SoundSource:Pause().

Definition at line 3287 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::Stop (   ...  )  [inline]

SoundSource:Stop().

Definition at line 3290 of file lua_pseudo_code.cpp.

mixed cSoundSource_L::Destroy (   ...  )  [inline]

SoundSource:Destroy().

Definition at line 3293 of file lua_pseudo_code.cpp.


The documentation for this class was generated from the following file:

Generated on Wed Feb 8 06:00:25 2012 for lua by  doxygen 1.5.6