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

Method unpackData

Engine/source/afx/ce/afxDamage.cpp:127–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void afxDamageData::unpackData(BitStream* stream)
128{
129 Parent::unpackData(stream);
130
131 label = stream->readSTString();
132 flavor = stream->readSTString();
133 stream->read(&amount);
134 stream->read(&repeats);
135 stream->read(&ad_amount);
136 stream->read(&radius);
137 stream->read(&impulse);
138}
139
140
141//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//

Callers

nothing calls this directly

Calls 2

readSTStringMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected