> For the complete documentation index, see [llms.txt](https://cmonkeys.gitbook.io/cinput-reference-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cmonkeys.gitbook.io/cinput-reference-manual/script-reference/methods/axisinverted.md).

# AxisInverted

*bool* **AxisInverted**(*string* **description**\[, *bool* **inversionStatus**])\
*bool* **AxisInverted**(*int* **descriptionHash**\[, *bool* **inversionStatus**])

## Parameters

**description**: The name/description of the axis you want to invert.\
**descriptionHash**: The hashcode of the name/description of the axis you want to invert.\
**inversionStatus**: If true, axis will be inverted. If false, axis will not be inverted.

## Returns

**bool**: Whether or not the axis of `description` or `descriptionHash` is inverted.

## Description

If `inversionStatus` is not passed in, `AxisInverted()` will simply return the current inversion status of the axis. If `inversionStatus` is passed in, then the inversion status of this axis will be set to the value of `inversionStatus`.

## Example
