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

Function XHUD_AnimTable_Idle

src/SB/Core/x/xHudModel.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <types.h>
7
8xAnimTable* XHUD_AnimTable_Idle()
9{
10 xAnimTable* table = xAnimTableNew("XHUD_AnimTable_Idle", NULL, 0);
11 xAnimTableNewState(table, "Idle01", 0x10, 1, 1.0f, NULL, NULL, 0.0f, NULL, NULL,
12 xAnimDefaultBeforeEnter, NULL, NULL);
13 return table;
14}
15
16namespace xhud
17{

Callers

nothing calls this directly

Calls 2

xAnimTableNewFunction · 0.70
xAnimTableNewStateFunction · 0.70

Tested by

no test coverage detected