byond - Modules - TypesVar Details

/datum/shape/rectangle

A simple geometric shape for testing collisions and intersections. This one is an axis-aligned rectangle.

Vars

heightDistance from the shape's topmost to bottommost extent.
widthDistance from the shape's leftmost to rightmost extent.

Var Details

height

Distance from the shape's topmost to bottommost extent.

width

Distance from the shape's leftmost to rightmost extent.