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

Method packData

Engine/source/afx/ce/afxGuiText.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void afxGuiTextData::packData(BitStream* stream)
88{
89 Parent::packData(stream);
90
91 stream->writeString(text_str);
92 stream->write(text_clr);
93}
94
95void afxGuiTextData::unpackData(BitStream* stream)
96{

Callers

nothing calls this directly

Calls 2

writeStringMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected