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

Function NPCWidget_Find

src/SB/Game/zNPCSupport.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222NPCWidget* NPCWidget_Find(en_NPC_UI_WIDGETS which)
223{
224 return &g_npc_widgets[(int)which];
225}
226
227void NPCWidget::Init(en_NPC_UI_WIDGETS which)
228{

Callers 2

EnterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected