Template:Shared/Functions/Client/getClients: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "{{SharedScriptingFunction||DisplayTitle=getClients()|FuncName=getClients|FuncSyntax=array getClients()|FuncUsage=fetch a list of all connected clients.}}")
 
(No difference)

Latest revision as of 21:13, 15 May 2018

This is a shared function that exists on both server and client. For information on how to use shared functions, visit the shared functions manual page.


Usage

The getClients function is used to fetch a list of all connected clients..

Syntax

array getClients()

Returns

This function does not return any values.

Notes

There are no notes available for this function.

Example

There are no examples available for this function.