/datum/action/bar/icon/hitthingwithitem 
Vars | |
end_message | what string is broadcast once the action bar finishes |
---|---|
interrupt_flags | set to a string version of the callback proc path |
maximum_range | what is the maximum range target and owner can be apart? need to modify before starting the action. |
proc_args | a list of args for the proc thats called once the action bar finishes, if needed. |
proc_path | set to the path of the proc that will be called if the action bar finishes |
target | what the target of the action is, if any |
Var Details
end_message 
what string is broadcast once the action bar finishes
interrupt_flags 
set to a string version of the callback proc path
maximum_range 
what is the maximum range target and owner can be apart? need to modify before starting the action.
proc_args 
a list of args for the proc thats called once the action bar finishes, if needed.
proc_path 
set to the path of the proc that will be called if the action bar finishes
target 
what the target of the action is, if any