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

Method packData

Engine/source/afx/ce/afxDamage.cpp:114–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void afxDamageData::packData(BitStream* stream)
115{
116 Parent::packData(stream);
117
118 stream->writeString(label);
119 stream->writeString(flavor);
120 stream->write(amount);
121 stream->write(repeats);
122 stream->write(ad_amount);
123 stream->write(radius);
124 stream->write(impulse);
125}
126
127void afxDamageData::unpackData(BitStream* stream)
128{

Callers

nothing calls this directly

Calls 2

writeStringMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected