Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10596 in orxonox.OLD


Ignore:
Timestamp:
Feb 14, 2007, 9:58:05 PM (17 years ago)
Author:
snellen
Message:

some doxygen comments

Location:
branches/cleanup/src/world_entities/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/world_entities/tools/cameraman.cc

    r10595 r10596  
    4343                        ->addMethod("getCurrCameraCoorY", Executor0ret<CameraMan, lua_State*,float>(&CameraMan::getCurrCameraCoorY))
    4444                        ->addMethod("getCurrCameraCoorZ", Executor0ret<CameraMan, lua_State*,float>(&CameraMan::getCurrCameraCoorZ))
     45                        ->addMethod("getCurrCamName", Executor0ret<CameraMan, lua_State*,const std::string&>(&CameraMan::getCurrCamName))
    4546                       );
    4647
     
    4849
    4950/**
    50  * constructor of the CameraManager
     51 * Constructor of the CameraManager
    5152 */
    5253CameraMan::CameraMan(const TiXmlElement* root)
  • branches/cleanup/src/world_entities/tools/cameraman.h

    r10593 r10596  
    1010class PNode;
    1111
     12///! The CameraMan helps you to manage your cameras
    1213class CameraMan : public BaseObject {
    1314
Note: See TracChangeset for help on using the changeset viewer.