bsa_control
The control computer
Responsible for cannon firing protocols.
Vars | |
area_aim | Are we allowing the gun to target areas? |
---|---|
connected_cannon | A weakref to our cannon |
notice | The current system status of the gun |
target | Our target... WHY NOT WEEKREFF |
Procs | |
calibrate | Sets a target for the gun to use. |
change_capacitor_target | Changes the target charge for the internal capacitors |
charge | Takes power from the powernet and inserts it into the gun. |
deploy | Deploy |
fire | Initiates the cannon fire protocol |
get_impact_turf | Locates the impact turf based off of if it's an area or a GPS. |
get_target_name | Returns the targets name, simple. |
Var Details
area_aim
Are we allowing the gun to target areas?
connected_cannon
A weakref to our cannon
notice
The current system status of the gun
target
Our target... WHY NOT WEEKREFF
Proc Details
calibrate
Sets a target for the gun to use.
change_capacitor_target
Changes the target charge for the internal capacitors
charge
Takes power from the powernet and inserts it into the gun.
deploy
Deploy
Deploys the cannon and deletes the old parts.
fire
Initiates the cannon fire protocol
get_impact_turf
Locates the impact turf based off of if it's an area or a GPS.
get_target_name
Returns the targets name, simple.