Minimap Marker 
Vars | |
alpha_value | The alpha value that the minimap marker should use when visible. |
---|---|
can_be_deleted_by_player | Whether the minimap marker can be deleted by players using minimap controllers. |
icon_state | Marker's icon_state |
list_on_ui | Whether this minimap marker appears on the controller UI, permitting it's visibility to be toggled, or for it to be deleted. |
map | The minimap datum that the minimap marker belongs to. |
marker_scale | The desired scale of the minimap marker, as a multiple of the original size (32x32px). |
name | The name of the minimap marker, usually inherited from the target, unless overridden on creation. |
on_minimap_z_level | Whether the target is on the minimap datum's rendered z-level, determining whether it is displayed. |
visible | Whether the minimap marker is visible, with precedence over alpha settings. |
Procs | |
scale_marker | Scale the minimap marker to a multiple of the original marker size. |
Var Details
alpha_value 
The alpha value that the minimap marker should use when visible.
can_be_deleted_by_player 
Whether the minimap marker can be deleted by players using minimap controllers.
icon_state 
Marker's icon_state
list_on_ui 
Whether this minimap marker appears on the controller UI, permitting it's visibility to be toggled, or for it to be deleted.
map 
The minimap datum that the minimap marker belongs to.
marker_scale 
The desired scale of the minimap marker, as a multiple of the original size (32x32px).
name 
The name of the minimap marker, usually inherited from the target, unless overridden on creation.
on_minimap_z_level 
Whether the target is on the minimap datum's rendered z-level, determining whether it is displayed.
visible 
Whether the minimap marker is visible, with precedence over alpha settings.
Proc Details
scale_marker
Scale the minimap marker to a multiple of the original marker size.