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

Method unpackData

Engine/source/afx/ce/afxPlayerPuppet.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void afxPlayerPuppetData::unpackData(BitStream* stream)
110{
111 Parent::unpackData(stream);
112
113 obj_spec = stream->readSTString();
114 stream->read(&networking);
115}
116
117void afxPlayerPuppetData::gather_cons_defs(Vector<afxConstraintDef>& defs)
118{

Callers

nothing calls this directly

Calls 2

readSTStringMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected