Player::isStopped

From RAGE Multiplayer Wiki

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

player.isStopped();

Required Arguments

Return value

  • Boolean

Example

// todo

See also