Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.80
exec
Method · 0.80
_internalExecute
Function · 0.80
execute
Function · 0.80
getComponent
Method · 0.80
parseObjectFormat
Function · 0.80
dumpSubscribers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected