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

Function zPendulum_Init

src/SB/Game/zPendulum.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <types.h>
11
12void zPendulum_Init(void* pend, void* asset)
13{
14 zPendulum_Init((_zPendulum*)pend, (xEntAsset*)asset);
15}
16
17void zPendulum_Init(_zPendulum* pend, xEntAsset* asset)
18{

Callers

nothing calls this directly

Calls 3

zEntInitFunction · 0.70
zEntResetFunction · 0.70
xEntMotionInitFunction · 0.50

Tested by

no test coverage detected