GetNPCActor: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Get the Unreal Engine actor for the NPC.}} {{FuncSyntax|GetNPCActor(npcid)}} {{FuncParameters}} {{FuncParam|npcid|The NPC ide...")
 
(No difference)

Latest revision as of 14:08, 1 January 2020

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