Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
bool ItemInfo::IsBridge() const
209
{
210
return Contains(BRIDGE_OBJECT_IDS, ObjectNumber);
211
}
212
213
ItemInfo* ItemHandler::Get() const
214
{
Callers
10
LoadItems
Function · 0.80
IsPushableObjectMoveAllowed
Function · 0.80
IsValidForPlayer
Function · 0.80
AddRoomFlipItems
Function · 0.80
RemoveRoomFlipItems
Function · 0.80
ParseLevel
Function · 0.80
KillItem
Function · 0.80
GetNearbyItems
Function · 0.80
SetPosition
Method · 0.80
SetRotation
Method · 0.80
Calls
1
Contains
Function · 0.85
Tested by
no test coverage detected