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

Function xCMstop

src/SB/Core/x/xCM.cpp:107–115  ·  view source on GitHub ↗

Equivalent: scheduling

Source from the content-addressed store, hash-verified

105 F64 r = (F64)color.r;
106 F64 g = (F64)color.g;
107 F64 b = (F64)color.b;
108 F64 a = (F64)color.a * (F64)t;
109
110 iColor_tag ret;
111 xColorInit(&ret, (U8)r, (U8)g, (U8)b, (U8)a);
112 return ret;
113}
114
115void __deadstripped_strings(xCMpreset* preset)
116{
117 switch (preset->align)
118 {

Callers 2

ZDSP_elcb_eventFunction · 0.85
xCMupdateFunction · 0.85

Calls 1

zEntEventFunction · 0.70

Tested by

no test coverage detected