Table of Contents

Struct GangZonePos

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

Represents the position boundaries of a gang zone.

public readonly struct GangZonePos
Inherited Members

Constructors

GangZonePos(Vector2, Vector2)

Represents the position boundaries of a gang zone.

public GangZonePos(Vector2 min, Vector2 max)

Parameters

min Vector2
max Vector2

Fields

Max

The maximum corner coordinates of the gang zone.

public readonly Vector2 Max

Field Value

Vector2

Min

The minimum corner coordinates of the gang zone.

public readonly Vector2 Min

Field Value

Vector2