cObject_L Class Reference

List of all members.

Public Member Functions

mixed Destroy (...)
 object methods exported to lua
mixed GetID (...)
 for lua : int GetID ()
mixed SetID (...)
 for lua : void SetID ()
mixed SetGfx (...)
 for lua : void SetGfx (gfx3d)
mixed ResetResyncCounterLow (...)
 for lua : void ResetResyncCounterLow ()
mixed SetParentLocation (...)
 for lua : void SetParentLocation (location)
mixed SetPhysicForm (...)
 for lua : void SetPhysicForm (odeobject)
mixed SetController (...)
 for lua : void SetController (objectcontroller)

Static Public Member Functions

static mixed RayQuery (...)
static mixed GetIntersecting (...)
static mixed CreateObject (...)


Detailed Description

Definition at line 1063 of file lua_pseudo_code.cpp.


Member Function Documentation

static mixed cObject_L::RayQuery (   ...  )  [inline, static]

object methods exported to lua static methods exported to lua returns list : objID1, hitDist1, objID2, hitDist2, ... hit-list RayQuery (x,y,z,dx,dy,dz) hit=objid,dist

Definition at line 1069 of file lua_pseudo_code.cpp.

static mixed cObject_L::GetIntersecting (   ...  )  [inline, static]

returns list : objID1, objID2, ... objid-list GetIntersecting (x,y,z,rad)

Definition at line 1073 of file lua_pseudo_code.cpp.

static mixed cObject_L::CreateObject (   ...  )  [inline, static]

static methods exported to lua for lua : cObject* CreateObject ();

Definition at line 1077 of file lua_pseudo_code.cpp.

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

object methods exported to lua

Definition at line 1080 of file lua_pseudo_code.cpp.

mixed cObject_L::GetID (   ...  )  [inline]

for lua : int GetID ()

Definition at line 1083 of file lua_pseudo_code.cpp.

mixed cObject_L::SetID (   ...  )  [inline]

for lua : void SetID ()

Definition at line 1086 of file lua_pseudo_code.cpp.

mixed cObject_L::SetGfx (   ...  )  [inline]

for lua : void SetGfx (gfx3d)

Definition at line 1089 of file lua_pseudo_code.cpp.

mixed cObject_L::ResetResyncCounterLow (   ...  )  [inline]

for lua : void ResetResyncCounterLow ()

Definition at line 1092 of file lua_pseudo_code.cpp.

mixed cObject_L::SetParentLocation (   ...  )  [inline]

for lua : void SetParentLocation (location)

Definition at line 1095 of file lua_pseudo_code.cpp.

mixed cObject_L::SetPhysicForm (   ...  )  [inline]

for lua : void SetPhysicForm (odeobject)

Definition at line 1098 of file lua_pseudo_code.cpp.

mixed cObject_L::SetController (   ...  )  [inline]

for lua : void SetController (objectcontroller)

Definition at line 1101 of file lua_pseudo_code.cpp.


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

Generated on Tue Feb 7 06:00:27 2012 for lua by  doxygen 1.5.6