Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2008, 2:08:04 AM (16 years ago)
Author:
landauf
Message:

some small adjustments in Trigger (console command and xmlport)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.h

    r1959 r1969  
    4848      void addTarget(Ogre::Node* targetNode);
    4949      void removeTarget(Ogre::Node* targetNode);
    50       void addTargets(std::string targets);
    51       void removeTargets(std::string targets);
     50      void addTargets(const std::string& targets);
     51      void removeTargets(const std::string& targets);
    5252      void setDistance(float dist);
    5353      virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
Note: See TracChangeset for help on using the changeset viewer.