Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2017, 12:40:00 PM (6 years ago)
Author:
patricwi
Message:

rolled back to functional without 2 branches

Location:
code/branches/Presentation_HS17
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17

  • code/branches/Presentation_HS17/src/orxonox/Level.h

    r11686 r11690  
    4242namespace orxonox
    4343{
    44     class ScriptableController;
    45 
    4644    class _OrxonoxExport Level : public BaseObject, public Synchronisable, public Context
    4745    {
     
    5654
    5755            MeshLodInformation* getLodInfo(std::string meshName) const;
    58 
    59             inline ScriptableController *getScriptableController(void)
    60                 { return this->controller_.get(); }
    61 
    62             inline const std::string &getScript(void)
    63                 { return this->level_script_; }
    6456
    6557
     
    8678            void networkcallback_applyXMLFile();
    8779
    88             inline void setScript(const std::string &script)
    89                 { this->level_script_ = script; }
    90 
    91 
    9280            std::string                    pluginsString_;
    9381            std::list<PluginReference*>    plugins_;
     82
    9483            std::string                    gametype_;
    9584            std::string                    xmlfilename_;
     
    9786            std::list<BaseObject*>         objects_;
    9887            std::map<std::string,MeshLodInformation*>  lodInformation_;
    99 
    100             std::unique_ptr<ScriptableController> controller_;
    101             std::string           level_script_;
    10288    };
    10389}
Note: See TracChangeset for help on using the changeset viewer.