byond - Modules - TypesVar Details - Proc Details

tank_module

TANK MODULES

Attached to the tank and provide abilities/ passive upgrades

Vars

attached_to_hullBool whether this module is visually attached to the hull or not
is_driver_moduleBool whether this module is a driver module or not
overlayreference to current overlay added to owner
ownervehicle this overlay is attached to
tank_mod_flagsSpecial behavior flags

Procs

on_equipCalled to apply modules to a vehicle
on_unequipcalled to remove this module from its vehicle

Var Details

attached_to_hull

Bool whether this module is visually attached to the hull or not

is_driver_module

Bool whether this module is a driver module or not

overlay

reference to current overlay added to owner

owner

vehicle this overlay is attached to

tank_mod_flags

Special behavior flags

Proc Details

on_equip

Called to apply modules to a vehicle

on_unequip

called to remove this module from its vehicle