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

Method clearCompressionPoint

Engine/source/core/stream/bitStream.cpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591//----------------------------------------------------------------------------
592
593void BitStream::clearCompressionPoint()
594{
595 mCompressPoint.set(0,0,0);
596}
597
598void BitStream::setCompressionPoint(const Point3F& p)
599{

Callers 4

activateGhostingMethod · 0.80
readPacketMethod · 0.80
writePacketMethod · 0.80
gameConnection.cppFile · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected