Changeset 8300 in orxonox.OLD for branches/script_engine/src/lib/util/loading
- Timestamp:
- Jun 9, 2006, 4:20:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/lib/util/loading/load_param.cc
r7721 r8300 29 29 */ 30 30 CLoadParam::CLoadParam(const TiXmlElement* root, const std::string& paramName, BaseObject* object, Executor* executor, bool inLoadCycle) 31 : paramName(paramName), object(object) 32 { 33 this->object = object; 31 : object(object), paramName(paramName) 32 { 34 33 this->inLoadCycle = inLoadCycle; 35 34
Note: See TracChangeset
for help on using the changeset viewer.