Public Member Functions | |
| mixed | SetCustomParameter (...) |
| mixed | SetCastShadows (...) |
| void SetCastShadows (bool shadow) | |
| mixed | Destroy (...) |
| mixed | Build (...) |
| mixed | SetVisible (...) |
| mixed | AddEntity (...) |
| void AddEntity (cMeshEntity* pEntity, x,y,z, qw,qx,qy,qz, scalex,scaley,scalez); for lua | |
Static Public Member Functions | |
| static mixed | CreateStaticGeometry (...) |
Definition at line 6861 of file lua_pseudo_code.cpp.
| static mixed cStaticGeometry_L::CreateStaticGeometry | ( | ... | ) | [inline, static] |
static methods exported to lua cStaticGeometry* CreateStaticGeometry (); for lua
Definition at line 6865 of file lua_pseudo_code.cpp.
| mixed cStaticGeometry_L::SetCustomParameter | ( | ... | ) | [inline] |
object methods exported to lua not yet implemented ? testme ! for lua : void staticgeom:SetCustomParameter (iParam,x,y,z,w) see also gfx3D:SetMeshSubEntityCustomParameter http://www.ogre3d.org/phpBB2/viewtopic.php?t=36614&highlight=custom+parameter
Definition at line 6872 of file lua_pseudo_code.cpp.
| mixed cStaticGeometry_L::SetCastShadows | ( | ... | ) | [inline] |
| mixed cStaticGeometry_L::Destroy | ( | ... | ) | [inline] |
Definition at line 6877 of file lua_pseudo_code.cpp.
| mixed cStaticGeometry_L::Build | ( | ... | ) | [inline] |
Definition at line 6879 of file lua_pseudo_code.cpp.
| mixed cStaticGeometry_L::SetVisible | ( | ... | ) | [inline] |
Definition at line 6881 of file lua_pseudo_code.cpp.
| mixed cStaticGeometry_L::AddEntity | ( | ... | ) | [inline] |
void AddEntity (cMeshEntity* pEntity, x,y,z, qw,qx,qy,qz, scalex,scaley,scalez); for lua
Definition at line 6884 of file lua_pseudo_code.cpp.
1.5.6