SetPlayerDimension: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{{FuncDescription|Sets the dimension (Virtual World) of this player. Players can only see players in the same dimension. | {{FuncDescription|Sets the dimension (Virtual World) of this player. Players can only see players in the same dimension. | ||
* Default dimension: 0 | * Default dimension: 0 | ||
* Maximum dimension: 4294967295}} | * Maximum dimension: 4294967295 | ||
You should set the players voice dimension as well [[SetPlayerVoiceDimension]].}} | |||
{{FuncSyntax|SetPlayerDimension(player, dimension)}} | {{FuncSyntax|SetPlayerDimension(player, dimension)}} |
Revision as of 14:20, 23 November 2019
Description
Sets the dimension (Virtual World) of this player. Players can only see players in the same dimension.
- Default dimension: 0
- Maximum dimension: 4294967295
You should set the players voice dimension as well SetPlayerVoiceDimension.
Syntax
SetPlayerDimension(player, dimension)
Parameters
- player
The player identifier. - dimension
The new dimension to set.
Return Value
- This function returns nothing.
Example
__EDIT_ME__