Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
void 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
readFlag
Method · 0.80
readFloat
Method · 0.80
read
Method · 0.45
set
Method · 0.45
Tested by
no test coverage detected