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

Method unpackData

Engine/source/afx/ce/afxGuiText.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void afxGuiTextData::unpackData(BitStream* stream)
96{
97 Parent::unpackData(stream);
98
99 text_str = stream->readSTString();
100 stream->read(&text_clr);
101}
102
103
104//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//

Callers

nothing calls this directly

Calls 2

readSTStringMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected