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

Method packData

Engine/source/afx/ce/afxCameraPuppet.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void afxCameraPuppetData::packData(BitStream* stream)
112{
113 Parent::packData(stream);
114
115 stream->writeString(cam_spec);
116 stream->write(networking);
117}
118
119void afxCameraPuppetData::unpackData(BitStream* stream)
120{

Callers

nothing calls this directly

Calls 2

writeStringMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected