Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ ControlBridge
Function
ControlBridge
TombEngine/Objects/Generic/Object/generic_bridge.cpp:111–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void ControlBridge(short itemNumber)
112
{
113
auto& bridgeItem = g_Level.Items[itemNumber];
114
auto& bridge = GetBridgeObject(bridgeItem);
115
116
bridge.Update(bridgeItem);
117
}
118
}
Callers
nothing calls this directly
Calls
1
Update
Method · 0.45
Tested by
no test coverage detected