Skip to main content

Player::isStopped

Returns true if the ped doesn't do any movement. If the ped is being pushed forwards by using APPLY_FORCE_TO_ENTITY for example, the function returns false.

Syntax

```js player.isStopped(); ```

Required Arguments

Return value

  • Boolean

Example

```js // todo ```

See also