Table of Contents

Enum NPCMoveType

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

Movement type for an NPC.

public enum NPCMoveType

Fields

Auto = 5

Pick a sensible default automatically.

Drive = 4

Drive (in vehicle).

Jog = 2

Jog speed.

None = 0

Not moving.

Sprint = 3

Sprint speed.

Walk = 1

Walk speed.