> ## Documentation Index
> Fetch the complete documentation index at: https://luas.getconstant.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Anti Aim

This library is available for Phantom Forces.

## GetChoke

Returns the current choke used by Fake Position.

```lua theme={"dark"}
AntiAim.GetChoke()
```

## SetChoke

Sets the choke for Fake Position to use.

```lua theme={"dark"}
AntiAim.SetChoke(number: Choke)
```

<ParamField path="Choke" type="number" required />

## GetStance

Returns the current stance the local player is in.

```lua theme={"dark"}
AntiAim.GetStance()
```

## GetViewAngle

Returns the current view angle of the local player.

```lua theme={"dark"}
AntiAim.GetViewAngle()
```

## GetBarrelAngle

Returns the current barrel angle of the local player.

```lua theme={"dark"}
AntiAim.GetBarrelAngle()
```

## GetFakeState

Returns the current fake position state of the local player.

```lua theme={"dark"}
AntiAim.GetFakeState()
```
