tank_module

TANK MODULES
Attached to the tank and provide abilities/ passive upgrades
Vars | |
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 |
Procs | |
on_equip | Called to apply modules to a vehicle |
on_unequip | called 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