Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ToPackedBits
Method
ToPackedBits
TombEngine/Specific/Structures/BitField.cpp:277–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
BitField::ChunkType BitField::ToPackedBits() const
278
{
279
if (_chunks.empty())
280
return 0;
281
282
return _chunks.front();
283
}
284
285
bool BitField::operator ==(const BitField& bitField) const
286
{
Callers
7
ControlSwingingBlade
Function · 0.80
Build
Method · 0.80
TestMeshSwapFlags
Method · 0.80
SetMeshSwapFlags
Method · 0.80
TriggerLaraBlood
Function · 0.80
ExplodeItemNode
Function · 0.80
GetMeshBits
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
TestMeshSwapFlags
Method · 0.64