IsPlayerConnected: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Welcome| desc=Checks whether a player is connected or not.| params=<source lang="lua">playerid</source> <poem>::playerid : The ID of the player to check</poem>| retvals: tru...") |
No edit summary |
||
Line 3: | Line 3: | ||
params=<source lang="lua">playerid</source> | params=<source lang="lua">playerid</source> | ||
<poem>::playerid : The ID of the player to check</poem>| | <poem>::playerid : The ID of the player to check</poem>| | ||
retvals | retvals= true, if the player is connected; false otherwise.| | ||
}} | }} |
Latest revision as of 16:26, 1 April 2022
Description:
Checks whether a player is connected or not.
Parameters:
playerid
playerid : The ID of the player to check
Return Values:
true, if the player is connected; false otherwise.