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

Method packData

Engine/source/afx/afxChoreographer.cpp:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void afxChoreographerData::packData(BitStream* stream)
85{
86 Parent::packData(stream);
87
88 stream->write(exec_on_new_clients);
89 stream->write(echo_packet_usage);
90 stream->writeString(client_script_file);
91 stream->writeString(client_init_func);
92}
93
94void afxChoreographerData::unpackData(BitStream* stream)
95{

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
writeStringMethod · 0.45

Tested by

no test coverage detected