Table of Contents

Enum Agent.MovementControlFlag

Namespace
TaleWorlds.MountAndBlade
Assembly
TaleWorlds.MountAndBlade.dll
[Flags]
public enum Agent.MovementControlFlag : uint
Extension Methods

Fields

Action = 65536
AttackDown = 512
AttackLeft = 64
AttackMask = AttackLeft | AttackRight | AttackUp | AttackDown
AttackRight = 128
AttackUp = 256
Backward = 2
DefendAuto = 16384
DefendBlock = 32768
DefendDirMask = DefendLeft | DefendRight | DefendUp | DefendDown
DefendDown = 8192
DefendLeft = 1024
DefendMask = DefendDirMask | DefendAuto
DefendRight = 2048
DefendUp = 4096
Forward = 1
MoveMask = Forward | Backward | StrafeRight | StrafeLeft | TurnRight | TurnLeft
StrafeLeft = 8
StrafeRight = 4
TurnLeft = 32
TurnRight = 16

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).