Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10394 in orxonox.OLD for trunk/src/world_entities/cameraman.h


Ignore:
Timestamp:
Jan 26, 2007, 9:02:57 PM (17 years ago)
Author:
snellen
Message:

CameraMan gets created by the gameworld

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/cameraman.h

    r10393 r10394  
    2626    void moveCurrCam(int x, int y, int z);
    2727    void changeTarget(int camNo, const std::string& className,const std::string& objectName);
     28    void changeTarget(const std::string& camName,const std::string& className, const std::string& objectName);
    2829    void changeCurrTarget(const std::string& className, const std::string& objectName);
    2930    void atachCurrTarget(PNode* target);
Note: See TracChangeset for help on using the changeset viewer.