MCPcopy 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
289void zEntButton_SetReady(_zEntButton* ent)
290{
291 if (ent->state != 0)
292 {
293 ent->state = 4;
294 }
295}
296
297void zEntButton_Press(_zEntButton* ent)
298{

Callers 2

zEntButton_UpdateFunction · 0.85
zEntButtonEventCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected