give
Procs | |
check_in_range | Simply checks if the other person is still in range |
---|---|
handle_transfer | An overrideable proc used simply to hand over the item when claimed, this is a proc so that high-fives can override them since nothing is actually transferred |
setup | Handles assigning most of the variables for the alert that pops up when an item is offered |
Proc Details
check_in_range
Simply checks if the other person is still in range
handle_transfer
An overrideable proc used simply to hand over the item when claimed, this is a proc so that high-fives can override them since nothing is actually transferred
setup
Handles assigning most of the variables for the alert that pops up when an item is offered
Handles setting the name, description and icon of the alert and tracking the person giving and the item being offered, also registers a signal that removes the alert from anyone who moves away from the offerer Arguments:
- taker - The person receiving the alert
- offerer - The person giving the alert and item
- receiving - The item being given by the offerer