Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ GetObject
Function
GetObject
Engine/source/persistence/rapidjson/document.h:1550–1550 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1548
}
1549
1550
Object GetObject() { RAPIDJSON_ASSERT(IsObject()); return Object(*this); }
1551
ConstObject GetObject() const { RAPIDJSON_ASSERT(IsObject()); return ConstObject(*this); }
1552
1553
//@}
Callers
1
SetSplashImage
Function · 0.50
Calls
2
IsObject
Function · 0.70
Object
Class · 0.50
Tested by
no test coverage detected