Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 27, 2007, 3:27:50 PM (17 years ago)
Author:
snellen
Message:

NPC is now scriptabel, added method atachCurrCameraToWorldEntity to CameraMan and made it scriptable

File:
1 edited

Legend:

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

    r10404 r10406  
    3333    void changeCurrTarget(const std::string& className, const std::string& objectName);
    3434    void atachCurrTarget(PNode* target);
     35    void atachCurrCameraToWorldEntity(const std::string& className, const std::string& targetEntity);
    3536    void jumpCam(int x, int y, int z, int camNo);
    3637    void jumpCurrCam(int x, int y, int z);
Note: See TracChangeset for help on using the changeset viewer.