IsPlayerDead: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server & Client|1.0}} | {{Info|Function|Server & Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Check if a player is dead.}} | ||
{{FuncSyntax|IsPlayerDead(player)}} | {{FuncSyntax|IsPlayerDead(player)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|player| | {{FuncParam|player|The player identifier.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns '''true''' on success.}} | ||
== Example == | == Example == | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{Template:PlayerFunctions}} |
Revision as of 10:20, 19 November 2019
Description
Check if a player is dead.
Syntax
IsPlayerDead(player)
Parameters
- player
The player identifier.
Return Value
- Returns true on success.
Example
__EDIT_ME__