GetPlayerHealth: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Welcome| desc=Gets the health of a specified player, who is streamed in.| params=<source lang="lua">playerid</source> <poem>::playerid : The ID of the player whose health yo...") |
(No difference)
|
Latest revision as of 15:29, 24 March 2022
Description:
Gets the health of a specified player, who is streamed in.
Parameters:
playerid
playerid : The ID of the player whose health you want to obtain.
Return Values:
The health of the specified player. Returns -1 if the player does not exist.