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

Method clearCompressionPoint

Engine/source/core/stream/bitStream.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534//----------------------------------------------------------------------------
535
536void BitStream::clearCompressionPoint()
537{
538 mCompressPoint.set(0,0,0);
539}
540
541void BitStream::setCompressionPoint(const Point3F& p)
542{

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