byond - Modules - TypesVar Details

Minimap

Default HUD screen minimap object

Vars

cur_x_shiftThe current x pixel shift
cur_y_shiftThe current y pixel shift
shift_sizeHow many pixels to shift each update
south_y_shiftWhether the vertical shift is currently pushing the map southward
west_x_shiftWhether the horizontal shift is currently pushing the map westward
x_maxThe horizontal max for this map (set at Initialize)
y_maxThe vertical max for this map (set at Initialize)

Var Details

cur_x_shift

The current x pixel shift

cur_y_shift

The current y pixel shift

shift_size

How many pixels to shift each update

south_y_shift

Whether the vertical shift is currently pushing the map southward

west_x_shift

Whether the horizontal shift is currently pushing the map westward

x_max

The horizontal max for this map (set at Initialize)

y_max

The vertical max for this map (set at Initialize)