Table of Contents

Lua IsPlayerDead

bool IsPlayerDead( int playerIndex );

Description

Checks the index and sees if a player is dead.

Version

Beta 3.1

Example

<lua> local playerDead = IsPlayerDead( playerIndex ); </lua>