Table of Contents

Enum MapIconStyle

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents the style of a map icon in the game.

public enum MapIconStyle

Fields

Global = 1

The map icon is visible globally and will stick to the edge of the minimap if it is outside the minimap range.

GlobalCheckpoint = 3

The map icon represents a global checkpoint and will stick to the edge of the minimap if it is outside the minimap range.

Local = 0

The map icon is visible only if it is within the range of the minimap.

LocalCheckpoint = 2

The map icon represents a local checkpoint and is visible only if it is within the range of the minimap.