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

Function zEntTriggerInit

src/SB/Game/zEntTrigger.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "xEvent.h"
4
5void zEntTriggerInit(void* ent, void* asset)
6{
7 zEntTriggerInit((zEntTrigger*)ent, (xEntAsset*)asset);
8}
9
10void zEntTriggerInit(zEntTrigger* ent, xEntAsset* asset)
11{

Callers

nothing calls this directly

Calls 6

xMat3x3EulerFunction · 0.85
xVec3SubFunction · 0.85
xVec3LerpFunction · 0.85
xVec3AddFunction · 0.85
zEntInitFunction · 0.70
xMat3x3RMulVecFunction · 0.50

Tested by

no test coverage detected