> For the complete documentation index, see [llms.txt](https://lua.legacy.fatality.win/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lua.legacy.fatality.win/csgo/datatypes/angle.md).

# Angle

csgo.angle

## Constructor

### Angle

container for an angle. derives from [csgo.vector3](/csgo/datatypes/vector3.md)

`csgo.angle(x, y, z)`

| Parameter | Data type |          Description          |
| :-------: | :-------: | :---------------------------: |
|     x     |  integer  | constructor x value ( Pitch ) |
|     y     |  integer  |  constructor y value ( Yaw )  |
|     z     |  integer  |  constructor z value ( Roll ) |
