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

Function zEntDestructObj_Init

src/SB/Game/zEntDestructObj.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void zEntDestructObj_Init(void* ent, void* asset)
67{
68 zEntDestructObj_Init((zEntDestructObj*)ent, (xEntAsset*)asset);
69}
70
71void zEntDestructObj_Init(zEntDestructObj* ent, xEntAsset* asset)
72{

Callers

nothing calls this directly

Calls 5

zEntInitFunction · 0.70
xSTFindAssetFunction · 0.50
xStrHashFunction · 0.50
xEntLoadModelFunction · 0.50
xEntResetFunction · 0.50

Tested by

no test coverage detected