| 125 | } |
| 126 | |
| 127 | void 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 | //~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~// |
nothing calls this directly
no test coverage detected