struct Point - Acetolyne/portapack-carnage GitHub Wiki
##struct Point
Child of ui ui::Point
Coord _x;
Coord _y;
Point::{Coord _x, Coord _y}
Or get just an x or y coordinate using the below Point::x For X coordinates Point::y For y coordinates
##struct Point
Child of ui ui::Point
Coord _x;
Coord _y;
Point::{Coord _x, Coord _y}
Or get just an x or y coordinate using the below Point::x For X coordinates Point::y For y coordinates