GetPlayerSeatbelt

From RAGE Multiplayer Wiki
Revision as of 13:25, 27 November 2019 by Muphy (talk | contribs) (Created page with "This function will tell you if the player has the seatbelt on or not. ==Syntax== <syntaxhighlight lang="C#" >bool NAPI.Player.GetPlayerSeatbelt(Client player);</syntaxhighlig...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function will tell you if the player has the seatbelt on or not.

Syntax

bool NAPI.Player.GetPlayerSeatbelt(Client player);

Required Arguments

  • player: parameter input should be in Client type.

NOTE: This function returns data in bool type.

Usage example(s)

Example Description

NAPI.Player.GetPlayerSeatbelt(player);