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

Method packData

Engine/source/afx/ce/afxPlayerPuppet.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void afxPlayerPuppetData::packData(BitStream* stream)
102{
103 Parent::packData(stream);
104
105 stream->writeString(obj_spec);
106 stream->write(networking);
107}
108
109void afxPlayerPuppetData::unpackData(BitStream* stream)
110{

Callers

nothing calls this directly

Calls 2

writeStringMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected