/datum/action/bar/icon
Vars | |
apply_outline_filter | Apply a an outline filter to the icon to be displayed. Default: TRUE |
---|---|
icon | Icon to use above the bar. Can also be a mutable_appearance; pretty much anything that can be converted into an image |
icon_on_target | Is the icon also on the target if we have one? if this is TRUE, make sure the target only handles overlays by using the UpdateOverlays proc. |
Var Details
apply_outline_filter
Apply a an outline filter to the icon to be displayed. Default: TRUE
icon
Icon to use above the bar. Can also be a mutable_appearance; pretty much anything that can be converted into an image
icon_on_target
Is the icon also on the target if we have one? if this is TRUE, make sure the target only handles overlays by using the UpdateOverlays proc.