GetNPCActor

From Onset Developer Wiki
GetNPCActor

Type: Function
Context: Client
Introduced: v1.0

Description

Get the Unreal Engine actor for the NPC.

Syntax

GetNPCActor(npcid)

Parameters

  • npcid
    The NPC identifier.

Return Value

  • Returns Unreal Actor Id on success.

Example

GetNPCActor()

See also