| 1169 | } |
| 1170 | |
| 1171 | inline ConsoleObject* ConsoleObject::create(const char* in_pClassName) |
| 1172 | { |
| 1173 | return AbstractClassRep::create(in_pClassName); |
| 1174 | } |
| 1175 | |
| 1176 | inline ConsoleObject* ConsoleObject::create(const U32 groupId, const U32 typeId, const U32 in_classId) |
| 1177 | { |