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

Function __deadstripped_xDebug

src/SB/Core/x/xDebug.cpp:40–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void __deadstripped_xDebug(F32 f, iColor_tag col)
41{
42 basic_rect<F32> r1;
43 basic_rect<F32> r2;
44 r1 = r2;
45 r1.contract(f, f, f, f);
46
47 F32 x = NSCREENX(f);
48 F32 y = NSCREENY(f);
49
50 xfont font;
51 font = xfont::create(0, f, f, f, col, r1);
52 xtextbox textbox = xtextbox::create(font, r1, 0, f, f, f, f);
53 textbox.render(true);
54}

Callers

nothing calls this directly

Calls 4

NSCREENXFunction · 0.85
NSCREENYFunction · 0.85
createFunction · 0.50
renderMethod · 0.45

Tested by

no test coverage detected