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

Method set

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

Source from the content-addressed store, hash-verified

123 HuffWrap() : pNode(NULL), pLeaf(NULL) { }
124
125 void set(HuffLeaf* in_leaf) { pNode = NULL; pLeaf = in_leaf; }
126 void set(HuffNode* in_node) { pLeaf = NULL; pNode = in_node; }
127
128 U32 getPop() { if (pNode) return pNode->pop; else return pLeaf->pop; }

Callers 3

readVectorMethod · 0.45
clearCompressionPointMethod · 0.45
buildTablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected