SetDoorDimension: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Sets the dimension of this door. Players can only see doors in the same dimension. * Default dimension: 0 * Maximum dimension:...")
 
No edit summary
Line 17: Line 17:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[CreateDoor]]
* [[DestroyDoor]]
* [[SetDoorOpen]]
* [[IsDoorOpen]]
* [[GetAllDoors]]
* [[GetDoorCount]]
* [[GetDoorModel]]
* [[SetDoorLocation]]
* [[GetDoorLocation]]
* [[SetDoorDimension]]
* [[GetDoorDimension]]

Revision as of 14:36, 16 November 2019

SetDoorDimension

Type: Function
Context: Server
Introduced: v1.0

Description

Sets the dimension of this door. Players can only see doors in the same dimension.

  • Default dimension: 0
  • Maximum dimension: 4294967295

Syntax

SetDoorDimension(door, dimension)

Parameters

  • vehicle
    The door identifier.
  • dimension
    The new dimension to set.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also