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

Method setCompressionPoint

Engine/source/core/stream/bitStream.cpp:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541void BitStream::setCompressionPoint(const Point3F& p)
542{
543 mCompressPoint = p;
544}
545
546static U32 gBitCounts[4] = {
547 16, 18, 20, 32

Callers 10

writePacketDataMethod · 0.80
readPacketDataMethod · 0.80
writePacketDataMethod · 0.80
readPacketDataMethod · 0.80
writePacketDataMethod · 0.80
readPacketDataMethod · 0.80
readPacketMethod · 0.80
writePacketMethod · 0.80
writePacketDataMethod · 0.80
readPacketDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected