rwd
Vars | |
active | are we dual wielding this machine |
---|---|
cable | cached reference of the cable used in the device |
cable_layer | what layer of cable are we working with |
current_amount | current amount of cable in the machine |
listeningTo | the player currently holding this device. |
max_amount | maximum amount of cable this device can hold |
radial_menu | radial menu to select cable layer |
Procs | |
add_cable | insert cable into the rwd |
attackby | for inserting cable into the rwd |
cable_allowed_here | check if the turf has the same cable layer as this design. If it does don't put cable here |
delta_cable | extra safe modify just to be sure |
get_cable | get cached reference of cable which gets used over time |
modify_cable | modify cable properties according to its layer |
on_move | stuff to do when moving |
on_unwield | triggered on unwield of two handed item |
on_wield | triggered on wield of two handed item |
Var Details
active
are we dual wielding this machine
cable
cached reference of the cable used in the device
cable_layer
what layer of cable are we working with
current_amount
current amount of cable in the machine
listeningTo
the player currently holding this device.
max_amount
maximum amount of cable this device can hold
radial_menu
radial menu to select cable layer
Proc Details
add_cable
insert cable into the rwd
attackby
for inserting cable into the rwd
cable_allowed_here
check if the turf has the same cable layer as this design. If it does don't put cable here
delta_cable
extra safe modify just to be sure
get_cable
get cached reference of cable which gets used over time
modify_cable
modify cable properties according to its layer
on_move
stuff to do when moving
on_unwield
triggered on unwield of two handed item
on_wield
triggered on wield of two handed item