Changeset 10596 in orxonox.OLD for branches/cleanup/src
- Timestamp:
- Feb 14, 2007, 9:58:05 PM (18 years ago)
- Location:
- branches/cleanup/src/world_entities/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/tools/cameraman.cc
r10595 r10596 43 43 ->addMethod("getCurrCameraCoorY", Executor0ret<CameraMan, lua_State*,float>(&CameraMan::getCurrCameraCoorY)) 44 44 ->addMethod("getCurrCameraCoorZ", Executor0ret<CameraMan, lua_State*,float>(&CameraMan::getCurrCameraCoorZ)) 45 ->addMethod("getCurrCamName", Executor0ret<CameraMan, lua_State*,const std::string&>(&CameraMan::getCurrCamName)) 45 46 ); 46 47 … … 48 49 49 50 /** 50 * constructor of the CameraManager51 * Constructor of the CameraManager 51 52 */ 52 53 CameraMan::CameraMan(const TiXmlElement* root) -
branches/cleanup/src/world_entities/tools/cameraman.h
r10593 r10596 10 10 class PNode; 11 11 12 ///! The CameraMan helps you to manage your cameras 12 13 class CameraMan : public BaseObject { 13 14
Note: See TracChangeset
for help on using the changeset viewer.