Changeset 10584 in orxonox.OLD for branches/scriptimprovements/src/lib/script_engine/script.h
- Timestamp:
- Feb 8, 2007, 6:05:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scriptimprovements/src/lib/script_engine/script.h
r10381 r10584 68 68 int reportError(int error); //!< Get errormessage from the lua stack and print it. 69 69 bool registerStandartClasses(); //!< Register all the classes that the script might need 70 bool addStandartObjects(); //!< Add all the objects that the script might need 70 71 bool classIsRegistered(const std::string& type); //!< Checks wheter the class "type" has already been registered with the script 71 72 bool objectIsAdded(const std::string& name); //!< Checks wheter the object "name" has already been added to the script
Note: See TracChangeset
for help on using the changeset viewer.