GetNPCPropertyValue

From Onset Developer Wiki
Revision as of 09:32, 11 September 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Gets a property value for this entity.}} {{FuncSyntax|GetNPCPropertyValue(npc, PropertyName)}} {{FuncParameters}} {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetNPCPropertyValue

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Gets a property value for this entity.

Syntax

GetNPCPropertyValue(npc, PropertyName)

Parameters

  • npc
    The npc identifier
  • PropertyName
    Name of the property variable

Return Value

  • Returns the value.

Example

__EDIT_ME__

See also

__EDIT_ME__