Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8139 in orxonox.OLD


Ignore:
Timestamp:
Jun 3, 2006, 8:11:19 PM (18 years ago)
Author:
snellen
Message:

Continued working on script manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/lib/script_engine/script_manager.h

    r8138 r8139  
    2121{
    2222 public:
     23   ScriptManager();
    2324   ScriptManager(std::string& world);
    2425   ~ScriptManager();
     
    4041
    4142   static ScriptManager*      singletonRef; //!< Reference to this class
    42    std::list<scriptableObject> objectList; //!< The list of all Objects in a world (read from the *.oxw file of the world)
     43   std::list<worldObject> objectList; //!< The list of all Objects in a world (read from the *.oxw file of the world)
    4344   std::string currentWorld;
    4445
Note: See TracChangeset for help on using the changeset viewer.