MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / getClassNamespace

Method getClassNamespace

engine/source/sim/simObject.h:351–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 // Accessors
350 public:
351 StringTableEntry getClassNamespace() const { return mClassName; };
352 StringTableEntry getSuperClassNamespace() const { return mSuperClassName; };
353 void setClassNamespace( const char* classNamespace );
354 void setSuperClassNamespace( const char* superClassNamespace );

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected