mecha_tracking 
Vars | |
| ai_beacon | If this beacon allows for AI control. Exists to avoid using istype() on checking |
|---|---|
| chassis | The Mecha that this tracking beacon is attached to |
| flag_to_check | The type of flag this part checks before being able to be installed into the mech |
| recharging | Cooldown variable for EMP pulsing |
Procs | |
| get_mecha_info | Returns a html formatted string describing attached mech status |
| recharge | Resets recharge variable, allowing tracker to be EMP pulsed again |
| remote_emp_triggered | Attempts to EMP mech that the tracker is attached to, if there is one and tracker is not on cooldown |
Var Details
ai_beacon 
If this beacon allows for AI control. Exists to avoid using istype() on checking
chassis 
The Mecha that this tracking beacon is attached to
flag_to_check 
The type of flag this part checks before being able to be installed into the mech
recharging 
Cooldown variable for EMP pulsing
Proc Details
get_mecha_info
Returns a html formatted string describing attached mech status
recharge
Resets recharge variable, allowing tracker to be EMP pulsed again
remote_emp_triggered
Attempts to EMP mech that the tracker is attached to, if there is one and tracker is not on cooldown