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

Method getNamespace

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

Return the object's namespace.

Source from the content-addressed store, hash-verified

879
880 /// Return the object's namespace.
881 Namespace* getNamespace() { return mNameSpace; }
882
883 /// Get next matching item in namespace.
884 ///

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected