Skip to main content

Player::taskStandGuard

scenarioName example: 'WORLD_HUMAN_GUARD_STAND'

Syntax​

```js player.taskStandGuard(x, y, z, heading, scenarioName); ```

Required Arguments​

  • x: float
  • y: float
  • z: float
  • heading: float
  • scenarioName: String

Return value​

  • Undefined

Example​

```js // todo ```

See also​