| 117 | } |
| 118 | |
| 119 | void afxCameraPuppetData::unpackData(BitStream* stream) |
| 120 | { |
| 121 | Parent::unpackData(stream); |
| 122 | |
| 123 | cam_spec = stream->readSTString(); |
| 124 | stream->read(&networking); |
| 125 | } |
| 126 | |
| 127 | void afxCameraPuppetData::gather_cons_defs(Vector<afxConstraintDef>& defs) |
| 128 | { |
nothing calls this directly
no test coverage detected