Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zEntButton_SetReady
Function
zEntButton_SetReady
src/SB/Game/zEntButton.cpp:289–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
}
288
289
void zEntButton_SetReady(_zEntButton* ent)
290
{
291
if (ent->state != 0)
292
{
293
ent->state = 4;
294
}
295
}
296
297
void zEntButton_Press(_zEntButton* ent)
298
{
Callers
2
zEntButton_Update
Function · 0.85
zEntButtonEventCB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected