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

Function zBusStop_Init

src/SB/Game/zBusStop.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17static xEnt* sBusStopUI;
18
19void zBusStop_Init(xBase& base, xDynAsset& asset, size_t)
20{
21 zBusStop_Init((zBusStop*)&base, (busstop_asset*)&asset);
22}
23
24void zBusStop_Init(zBusStop* bstop, busstop_asset* asset)
25{

Callers

nothing calls this directly

Calls 3

xBaseInitFunction · 0.85
xVec3CopyFunction · 0.85
xSTFindAssetFunction · 0.50

Tested by

no test coverage detected