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

Method packUpdate

Engine/source/environment/skySphere.cpp:135–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135U32 SkySphere::packUpdate(NetConnection* conn, U32 mask, BitStream* stream)
136{
137 U32 retMask = Parent::packUpdate(conn, mask, stream);
138
139 PACK_ASSET(conn, Material);
140
141 stream->write(mFogBandHeight);
142
143 return retMask;
144}
145
146void SkySphere::unpackUpdate(NetConnection* conn, BitStream* stream)
147{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected