GetDoorActor

From Onset Developer Wiki
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