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

Method unpackData

Engine/source/afx/ce/afxCameraPuppet.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void afxCameraPuppetData::unpackData(BitStream* stream)
120{
121 Parent::unpackData(stream);
122
123 cam_spec = stream->readSTString();
124 stream->read(&networking);
125}
126
127void afxCameraPuppetData::gather_cons_defs(Vector<afxConstraintDef>& defs)
128{

Callers

nothing calls this directly

Calls 2

readSTStringMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected