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

Method SysEvent

src/SB/Core/x/xBehaveGoalSimple.cpp:75–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75S32 xGoalGeneric::SysEvent(xBase* from, xBase* to, U32 toEvent, const F32* toParam,
76 xBase* toParamWidget, S32* handled)
77{
78 if (this->fun_sysevent)
79 {
80 return this->fun_sysevent(this, this->usrData, from, to, toEvent, toParam, toParamWidget,
81 handled);
82 }
83
84 return xGoal::SysEvent(from, to, toEvent, toParam, toParamWidget, handled);
85}

Callers

nothing calls this directly

Calls 1

SysEventFunction · 0.50

Tested by

no test coverage detected