/tg/ Station 13 - Modules - TypesVar Details - Proc Details

bsa_control

The control computer

Responsible for cannon firing protocols.

Vars

area_aimAre we allowing the gun to target areas?
connected_cannonA weakref to our cannon
noticeThe current system status of the gun
targetOur target... WHY NOT WEEKREFF

Procs

calibrateSets a target for the gun to use.
change_capacitor_targetChanges the target charge for the internal capacitors
chargeTakes power from the powernet and inserts it into the gun.
deployDeploy
fireInitiates the cannon fire protocol
get_impact_turfLocates the impact turf based off of if it's an area or a GPS.
get_target_nameReturns 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.