Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2017, 5:25:09 PM (6 years ago)
Author:
kohlia
Message:

Figuring out when the different things are ready in orxonox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ScriptableController_HS17/src/orxonox/Level.h

    r11549 r11562  
    5757            MeshLodInformation* getLodInfo(std::string meshName) const;
    5858
     59            inline ScriptableController *getScriptableController(void)
     60                { return this->controller_.get(); }
     61
    5962
    6063        private:
     
    9295            std::map<std::string,MeshLodInformation*>  lodInformation_;
    9396
    94             ScriptableController* controller_;
     97            std::unique_ptr<ScriptableController> controller_;
    9598            std::string           level_script_;
    9699    };
Note: See TracChangeset for help on using the changeset viewer.