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

Method getNameSpace

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

Return the namespace that contains the methods of this class.

Source from the content-addressed store, hash-verified

323
324 /// Return the namespace that contains the methods of this class.
325 Namespace* getNameSpace() const { return mNamespace; }
326
327 /// Return the AbstractClassRep of the class that this class is derived from.
328 AbstractClassRep* getParentClass() const { return parentClass; }

Callers 10

linkNamespacesMethod · 0.80
unlinkNamespacesMethod · 0.80
initMethod · 0.80
initMethod · 0.80
isClassMethod · 0.80
getUniqueEntryListsMethod · 0.80
onAddMethod · 0.80
onAddMethod · 0.80
refreshMethod · 0.80
onAddMethod · 0.80

Calls

no outgoing calls

Tested by 1

refreshMethod · 0.64