IsDoorInteractable: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server & Client|1.5.0} {{FuncDescription|Checks if the door is interactable.}} {{FuncSyntax|IsDoorInteractable(door)}} {{FuncParameters}} {{FuncParam|door|T...")
 
mNo edit summary
 
Line 1: Line 1:
{{Info|Function|Server & Client|1.5.0}
{{Info|Function|Server & Client|1.5.0}}


{{FuncDescription|Checks if the door is interactable.}}
{{FuncDescription|Checks if the door is interactable.}}

Latest revision as of 11:22, 31 August 2021

IsDoorInteractable

Type: Function
Context: Server & Client
Introduced: v1.5.0

Description

Checks if the door is interactable.

Syntax

IsDoorInteractable(door)

Parameters

  • door
    The door identifier.

Return Value

  • Returns true if the door is interactable, false if not.

Example

See also