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

Method getNamespace

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

Return the object's namespace.

Source from the content-addressed store, hash-verified

859
860 /// Return the object's namespace.
861 Namespace* getNamespace() { return mNameSpace; }
862
863 /// Get next matching item in namespace.
864 ///

Callers 7

simObject.cppFile · 0.80
execMethod · 0.80
_internalExecuteFunction · 0.80
executeFunction · 0.80
getComponentMethod · 0.80
parseObjectFormatFunction · 0.80
dumpSubscribersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected