getClients()

Revision as of 21:13, 15 May 2018 by Vortrex (talk | contribs) (Created page with "{{SharedScriptingFunction||DisplayTitle=getClients()|FuncName=getClients|FuncSyntax=array getClients()|FuncUsage=fetch a list of all connected clients.}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.