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] |
| mixed cObject_L::GetID |
( |
|
... |
) |
[inline] |
| mixed cObject_L::SetID |
( |
|
... |
) |
[inline] |
| mixed cObject_L::SetGfx |
( |
|
... |
) |
[inline] |
| mixed cObject_L::ResetResyncCounterLow |
( |
|
... |
) |
[inline] |
| mixed cObject_L::SetParentLocation |
( |
|
... |
) |
[inline] |
| mixed cObject_L::SetPhysicForm |
( |
|
... |
) |
[inline] |
| mixed cObject_L::SetController |
( |
|
... |
) |
[inline] |
The documentation for this class was generated from the following file: