MCPcopy 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

SetSplashImageFunction · 0.50

Calls 2

IsObjectFunction · 0.70
ObjectClass · 0.50

Tested by

no test coverage detected