IsPlayerDead

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

This function will tell you if the player is dead or not.

Syntax

bool NAPI.Player.IsPlayerDead(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.IsPlayerDead(player);