Enum NPCMoveType
Movement type for an NPC.
public enum NPCMoveType
Fields
Auto = 5Pick a sensible default automatically.
Drive = 4Drive (in vehicle).
Jog = 2Jog speed.
None = 0Not moving.
Sprint = 3Sprint speed.
Walk = 1Walk speed.
Movement type for an NPC.
public enum NPCMoveType
Auto = 5Pick a sensible default automatically.
Drive = 4Drive (in vehicle).
Jog = 2Jog speed.
None = 0Not moving.
Sprint = 3Sprint speed.
Walk = 1Walk speed.