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

Method setClass

Engine/source/console/simObject.h:351–352  ·  view source on GitHub ↗

Namespace protected set methods

Source from the content-addressed store, hash-verified

349
350 // Namespace protected set methods
351 static bool setClass( void *object, const char *index, const char *data )
352 { static_cast<SimObject*>(object)->setClassNamespace(data); return false; };
353 static bool setSuperClass(void *object, const char *index, const char *data)
354 { static_cast<SimObject*>(object)->setSuperClassNamespace(data); return false; };
355

Callers

nothing calls this directly

Calls 1

setClassNamespaceMethod · 0.80

Tested by

no test coverage detected