| 1110 | } |
| 1111 | |
| 1112 | inline ConsoleObject* ConsoleObject::create(const char* in_pClassName) |
| 1113 | { |
| 1114 | return AbstractClassRep::create(in_pClassName); |
| 1115 | } |
| 1116 | |
| 1117 | inline ConsoleObject* ConsoleObject::create(const U32 groupId, const U32 typeId, const U32 in_classId) |
| 1118 | { |