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

Method unpackData

Engine/source/afx/xm/afxXfmMod.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void afxXM_BaseData::unpackData(BitStream* stream)
157{
158 Parent::unpackData(stream);
159
160 stream->read(&ignore_time_factor);
161}
162
163//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//
164

Callers

nothing calls this directly

Calls 4

readFlagMethod · 0.80
readFloatMethod · 0.80
readMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected