Goonstation 13 - Modules - TypesVar Details

/datum/action/bar/icon/hitthingwithitem

Vars

end_messagewhat string is broadcast once the action bar finishes
interrupt_flagsset to a string version of the callback proc path
maximum_rangewhat is the maximum range target and owner can be apart? need to modify before starting the action.
proc_argsa list of args for the proc thats called once the action bar finishes, if needed.
proc_pathset to the path of the proc that will be called if the action bar finishes
targetwhat 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