MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / zEntButton_Init

Function zEntButton_Init

src/SB/Game/zEntButton.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19static S32 zEntButtonEventCB(xBase* from, xBase* to, U32 toEvent, const F32* toParam, xBase* b3);
20
21void zEntButton_Init(void* ent, void* asset)
22{
23 zEntButton_Init((_zEntButton*)ent, (xEntAsset*)asset);
24}
25
26// Equivalent: scheduling
27void zEntButton_Init(_zEntButton* ent, xEntAsset* asset)

Callers

nothing calls this directly

Calls 7

xEntMotionRunFunction · 0.85
zEntInitFunction · 0.70
xSTFindAssetFunction · 0.50
xEntLoadModelFunction · 0.50
xStrHashFunction · 0.50
xEntResetFunction · 0.50
xEntMotionInitFunction · 0.50

Tested by

no test coverage detected