Changeset 9692 in orxonox.OLD for branches/new_class_id/src/lib/script_engine/script_class.cc
- Timestamp:
- Aug 23, 2006, 12:43:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/script_engine/script_class.cc
r8711 r9692 19 19 #include <cassert> 20 20 21 NewObjectListDefinition(ScriptClass); 21 22 /** 22 23 * @brief standard constructor … … 27 28 { 28 29 assert(scriptMethods != NULL); 29 this-> setClassID(CL_SCRIPT_CLASS, "ScriptClass");30 this->registerObject(this, Shell::_objectList); 30 31 31 32 this->_classID = classID;
Note: See TracChangeset
for help on using the changeset viewer.