mecha_equipment 
Vars | |
active | Is equip active? |
---|---|
active_label | Label used in the ui next to the Activate/Enable/Disable buttons |
equip_cooldown | Only used in start_cooldown() and do_after_cooldown(), so be sure to add one of these procs to your successful action(). |
equip_ready | Can we use equip? |
Procs | |
is_faced_target | Proc that checks if the target of the mecha is in front of it |
Var Details
active 
Is equip active?
active_label 
Label used in the ui next to the Activate/Enable/Disable buttons
equip_cooldown 
Only used in start_cooldown() and do_after_cooldown(), so be sure to add one of these procs to your successful action().
equip_ready 
Can we use equip?
Proc Details
is_faced_target
Proc that checks if the target of the mecha is in front of it
Arguments
- target - target we want to check