GetAllPlayersInSphere: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetAllPlayersInSphere(x, y, z, radius [, bIncludeSelf])}} {{FuncParameters}} {{FuncParam|x|__EDIT_...")
 
No edit summary
 
Line 12: Line 12:
{{FuncParamOptional|bIncludeSelf|__EDIT_ME__}}
{{FuncParamOptional|bIncludeSelf|__EDIT_ME__}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns a table with player identifiers as value.}}


== Example ==
== Example ==

Latest revision as of 11:31, 6 September 2019

GetAllPlayersInSphere

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

GetAllPlayersInSphere(x, y, z, radius [, bIncludeSelf])

Parameters

  • x
    __EDIT_ME__
  • y
    __EDIT_ME__
  • z
    __EDIT_ME__
  • radius
    __EDIT_ME__
  • bIncludeSelf (optional)
    __EDIT_ME__

Return Value

  • Returns a table with player identifiers as value.

Example

__EDIT_ME__

See also

__EDIT_ME__