GetDoorActor

From Onset Developer Wiki
Revision as of 14:09, 1 January 2020 by 28days (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Get the Unreal Engine actor for the Door.}} {{FuncSyntax|GetDoorActor(doorid)}} {{FuncParameters}} {{FuncParam|doorid|The doo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetDoorActor

Type: Function
Context: Client
Introduced: v1.0

Description

Get the Unreal Engine actor for the Door.

Syntax

GetDoorActor(doorid)

Parameters

  • doorid
    The door identifier.

Return Value

  • Returns Unreal Actor Id on success.

Example

GetDoorActor()

See also