give 
Vars | |
additional_desc_text | Additional text displayed in the description of the alert. |
---|---|
examinable | Whether the offered item can be examined by shift-clicking the alert |
screentip_override_text | Text to override what appears in screentips for the alert |
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 |
Var Details
additional_desc_text 
Additional text displayed in the description of the alert.
examinable 
Whether the offered item can be examined by shift-clicking the alert
screentip_override_text 
Text to override what appears in screentips for the alert
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