MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / create

Method create

Engine/source/console/consoleObject.h:1171–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

cloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected