Camera Input - Anxietie/Movement-Macros GitHub Wiki

Camera inputs are of the macro type "camera". The only camera input available is to change the client's yaw. This input must specify delay and one of either angle or angles.

When using the angles field, a file is specified rather than an angle. Acceptable files must be of the .macro file extension. See this example.

JSON Format:

"inputs": [
  "...": "...",
  {
    "macro_type": "camera",
    "angle": <float>,
    "angles": <.macro file identifier>,
    "delay": <delay in ticks>
  }
]


[1] The angle field specifies the yaw to add to the client's initial yaw

[2] The angles field specifies the name of a .macro file found in the .macro file's header created by the user. Similar to the angle field, this file specifies a series of floats to add to the initial yaw per tick

⚠️ **GitHub.com Fallback** ⚠️