GetPlayerCount: Difference between revisions
From Onset Developer Wiki
No edit summary |
X7airworker (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server & Client|1.0}} | {{Info|Function|Server & Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Gets the count of the online players.}} | ||
{{FuncSyntax|GetPlayerCount()}} | {{FuncSyntax|GetPlayerCount()}} | ||
Line 8: | Line 8: | ||
{{FuncNoParam}} | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Count of players.}} | ||
== Example == | == Example == |
Revision as of 19:27, 28 September 2019
Description
Gets the count of the online players.
Syntax
GetPlayerCount()
Parameters
- This function has no parameters.
Return Value
- Count of players.
Example
__EDIT_ME__
See also
__EDIT_ME__