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. |
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 | The physical marker, determining appearance and position. |
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. |
target | The target of the minimap marker. |
visible | Whether the minimap marker is visible, with precedence over alpha settings. |
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.
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

The physical marker, determining appearance and position.
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.
target

The target of the minimap marker.
visible

Whether the minimap marker is visible, with precedence over alpha settings.