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

Method create

Engine/source/console/consoleObject.h:1112–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

cloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected