Graphics::set2dLayer
Called before drawing stuff.
Examples:
GRAPHICS::_61BB1D9B3A95D802(7);
GRAPHICS::DRAW_RECT(0.5, 0.5, 3.0, 3.0, v_4, v_5, v_6, a_0._f172, 0);
GRAPHICS::_61BB1D9B3A95D802(1);
GRAPHICS::DRAW_RECT(0.5, 0.5, 1.5, 1.5, 0, 0, 0, 255, 0);
Appears to be the layer it's drawn on
Syntax
graphics.set2dLayer(layer);
Required Arguments
- layer: int
Return value
- Undefined
Example
todo