supplydrop_console

Vars | |
launch_cooldown | Time between two supply drops |
---|---|
supplies | The content sent |
supply_beacon | The beacon we will send the supplies |
supply_pad | The linked supply pad of this console |
x_offset | X offset of the drop, relative to the supply beacon loc |
y_offset | Y offset of the drop, relative to the supply beacon loc |
Procs | |
clean_supply_beacon | Clean up the supply beacon var |
clean_supplydrop | handles cleanup of post-animation stuff (ie just after it lands) |
fire_supplydrop | Make the supplies teleport |
ping_beacon | Used to notify of a new beacon target |
refresh_pad | Look for the content on the supply pad |
send_supplydrop | Start the supply drop process |
Var Details
launch_cooldown

Time between two supply drops
supplies

The content sent
supply_beacon

The beacon we will send the supplies
supply_pad

The linked supply pad of this console
x_offset

X offset of the drop, relative to the supply beacon loc
y_offset

Y offset of the drop, relative to the supply beacon loc
Proc Details
clean_supply_beacon
Clean up the supply beacon var
clean_supplydrop
handles cleanup of post-animation stuff (ie just after it lands)
fire_supplydrop
Make the supplies teleport
ping_beacon
Used to notify of a new beacon target
refresh_pad
Look for the content on the supply pad
send_supplydrop
Start the supply drop process