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

Method setClass

Engine/source/console/simObject.h:357–358  ·  view source on GitHub ↗

Namespace protected set methods

Source from the content-addressed store, hash-verified

355
356 // Namespace protected set methods
357 static bool setClass( void *object, const char *index, const char *data )
358 { static_cast<SimObject*>(object)->setClassNamespace(data); return false; };
359 static bool setSuperClass(void *object, const char *index, const char *data)
360 { static_cast<SimObject*>(object)->setSuperClassNamespace(data); return false; };
361

Callers

nothing calls this directly

Calls 1

setClassNamespaceMethod · 0.80

Tested by

no test coverage detected