IsDoorInteractable

From Onset Developer Wiki
Revision as of 10:52, 21 June 2021 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server & Client|1.5.0} {{FuncDescription|Checks if the door is interactable.}} {{FuncSyntax|IsDoorInteractable(door)}} {{FuncParameters}} {{FuncParam|door|T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{Info|Function|Server & Client|1.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