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 9406 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 9410 of file lua_pseudo_code.cpp.

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

min,max = SoundSource:GetMinMaxDistance()

Definition at line 9413 of file lua_pseudo_code.cpp.

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

SoundSource:SetVolume(x).

Definition at line 9416 of file lua_pseudo_code.cpp.

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

x = SoundSource:GetVolume()

Definition at line 9419 of file lua_pseudo_code.cpp.

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

SoundSource:SetPosition(x,y,z).

Definition at line 9422 of file lua_pseudo_code.cpp.

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

SoundSource:SetVelocity(x,y,z).

Definition at line 9425 of file lua_pseudo_code.cpp.

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

x,y,z = SoundSource:GetPosition()

Definition at line 9428 of file lua_pseudo_code.cpp.

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

x,y,z = SoundSource:GetVelocity()

Definition at line 9431 of file lua_pseudo_code.cpp.

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

bool = SoundSource:Is3D()

Definition at line 9434 of file lua_pseudo_code.cpp.

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

bool = SoundSource:IsPlaying()

Definition at line 9437 of file lua_pseudo_code.cpp.

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

bool = SoundSource:IsPaused()

Definition at line 9440 of file lua_pseudo_code.cpp.

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

SoundSource:Play().

Definition at line 9443 of file lua_pseudo_code.cpp.

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

SoundSource:Pause().

Definition at line 9446 of file lua_pseudo_code.cpp.

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

SoundSource:Stop().

Definition at line 9449 of file lua_pseudo_code.cpp.

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

SoundSource:Destroy().

Definition at line 9452 of file lua_pseudo_code.cpp.


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

Generated on Fri Mar 29 05:41:09 2013 for lua by  doxygen 1.5.6