Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 4, 2015, 11:51:01 AM (9 years ago)
Author:
landauf
Message:

merged r10499 from presentationFS15 into this branch

Location:
code/branches/SciptableControllerFS15
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SciptableControllerFS15

  • code/branches/SciptableControllerFS15/src/orxonox/controllers/ControllerDirector.h

    r10262 r10609  
    4747            virtual void XMLEventPort(Element& xmlelement, XMLPort::Mode mode);
    4848
     49            inline void setScriptName(const std::string& name) { this->scriptname_ = name; }
     50            inline const std::string& getScriptName() const { return this->scriptname_; }
     51
    4952
    5053            /* Take over control of a given object */
     
    5558            //void setNewController(Controller * controller);
    5659
    57         private:
     60        protected:
     61            std::string scriptname_;   
    5862            PlayerInfo* player_;
    5963            ControllableEntity* entity_;
Note: See TracChangeset for help on using the changeset viewer.