1,584
edits
DrinkyBird (talk | contribs) No edit summary |
DrinkyBird (talk | contribs) No edit summary Tag: Source edit |
||
Line 1: | Line 1: | ||
{{ACSWarning}} | {{ACSWarning}} | ||
int '''GetPlayerLivesLeft''' (int ''player'') | |||
== Usage == | |||
=== Parameters === | |||
*''player'': player to query the lives of. | |||
=== Return value === | |||
Returns the number of lives the player has left. Lives are only reduced upon respawning; a value of 2 indicates the player has 3 lives, and a value of 0 indicates the player is on their last life. | |||
To check whether a player is dead or not, use [[PlayerIsSpectator]]. | |||
== Examples == | |||
{{noexamples}} | |||
[[Category: ACS Functions]] | [[Category: ACS Functions]] |