MCPcopy Create free account
hub / github.com/doldecomp/mkdd / get2DScisH

Function get2DScisH

src/Osako/system.cpp:441–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 u32 get2DScisY() { return SystemData::sc3DScissor.Y; }
440 u32 get2DScisW() { return SystemData::sc3DScissor.W; }
441 u32 get2DScisH() { return SystemData::sc3DScissor.H; }
442
443 u32 get3DScisX() { return SystemData::sc3DScissor.X; }
444 u32 get3DScisY() { return SystemData::sc3DScissor.Y; }

Callers 2

drawMethod · 0.85
DoPortMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected