Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 26, 2007, 6:32:54 PM (17 years ago)
Author:
snellen
Message:

made camera and cameraman scriptable

File:
1 edited

Legend:

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

    r10379 r10388  
    2424    void moveCam(int x, int y, int z,  int camNo);
    2525    void moveCurrCam(int x, int y, int z);
    26     void changeTarget(int camNo, std::string className, std::string objectName);
    27     void changeCurrTarget(std::string className, std::string objectName);
     26    void changeTarget(int camNo, const std::string& className,const std::string& objectName);
     27    void changeCurrTarget(const std::string& className, const std::string& objectName);
    2828    void atachCurrTarget(PNode* target);
    2929    void jumpCam(int x, int y, int z, int camNo);
Note: See TracChangeset for help on using the changeset viewer.