MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / IsBridge

Method IsBridge

TombEngine/Game/items.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208bool ItemInfo::IsBridge() const
209{
210 return Contains(BRIDGE_OBJECT_IDS, ObjectNumber);
211}
212
213ItemInfo* ItemHandler::Get() const
214{

Callers 10

LoadItemsFunction · 0.80
IsValidForPlayerFunction · 0.80
AddRoomFlipItemsFunction · 0.80
RemoveRoomFlipItemsFunction · 0.80
ParseLevelFunction · 0.80
KillItemFunction · 0.80
GetNearbyItemsFunction · 0.80
SetPositionMethod · 0.80
SetRotationMethod · 0.80

Calls 1

ContainsFunction · 0.85

Tested by

no test coverage detected