GetAllPlayersInBox: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetAllPlayersInBox(x, y, z, bx, by, bz [, bIncludeSelf])}} {{FuncParameters}} {{FuncParam|x|__EDIT..." |
No edit summary |
||
Line 14: | Line 14: | ||
{{FuncParamOptional|bIncludeSelf|__EDIT_ME__}} | {{FuncParamOptional|bIncludeSelf|__EDIT_ME__}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns a table with player identifiers as value.}} | ||
== Example == | == Example == |
Revision as of 11:31, 6 September 2019
Description
__EDIT_ME__
Syntax
GetAllPlayersInBox(x, y, z, bx, by, bz [, bIncludeSelf])
Parameters
- x
__EDIT_ME__ - y
__EDIT_ME__ - z
__EDIT_ME__ - bx
__EDIT_ME__ - by
__EDIT_ME__ - bz
__EDIT_ME__ - bIncludeSelf (optional)
__EDIT_ME__
Return Value
- Returns a table with player identifiers as value.
Example
__EDIT_ME__
See also
__EDIT_ME__