IsPlayerDead

From RAGE Multiplayer Wiki

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

Syntax

bool NAPI.Player.IsPlayerDead(Player player);

Required Arguments

  • player: parameter input should be in Player type.

NOTE: This function returns data in bool type.

Usage example(s)

Example Description

NAPI.Player.IsPlayerDead(player);