Goonstation 13 - Modules - TypesDefine Details

_std/macros/hud.dm

HUD_ZONE_LENGTHreturns the length of a hud zone, adds 1 because these are coordinates of a cell in a grid, and not a corner of a cell in a grid
HUD_ZONE_HEIGHTreturns the height of a hud zone, adds 1 because these are coordinates of a cell in a grid, and not a corner of a cell in a grid
HUD_ZONE_AREAreturns the area of a hud zone (total amount of 32px x 32px tiles in the hud zone)

Define Details

HUD_ZONE_AREA

returns the area of a hud zone (total amount of 32px x 32px tiles in the hud zone)

HUD_ZONE_HEIGHT

returns the height of a hud zone, adds 1 because these are coordinates of a cell in a grid, and not a corner of a cell in a grid

HUD_ZONE_LENGTH

returns the length of a hud zone, adds 1 because these are coordinates of a cell in a grid, and not a corner of a cell in a grid