byond - Modules - TypesVar Details - Proc Details

equipment attach point

The bases onto which you attach dropship equipments.

Vars

attach_idStatic numbered identifier for singular attach points
base_categoryWhat kind of equipment this base accepts
installed_equipmentThe currently installed equipment, if any
longRelative position alongside longitudinal axis
ship_tagIdentifier used to refer to the dropship it belongs to
transverseRelative position of the attach_point alongside dropship transverse

Procs

install_equipmentCalled when a real user with a powerloader attempts to install an equipment on the attach point

Var Details

attach_id

Static numbered identifier for singular attach points

base_category

What kind of equipment this base accepts

installed_equipment

The currently installed equipment, if any

long

Relative position alongside longitudinal axis

ship_tag

Identifier used to refer to the dropship it belongs to

transverse

Relative position of the attach_point alongside dropship transverse

Proc Details

install_equipment

Called when a real user with a powerloader attempts to install an equipment on the attach point