SetNPCOutline

From Onset Developer Wiki
Revision as of 09:59, 19 November 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetNPCOutline

Type: Function
Context: Client
Introduced: v1.0

Description

Sets the outline on the specified NPC.

Syntax

SetNPCOutline(npc [, bEnable])

Parameters

  • npc
    The NPC indentifier.
  • bEnable (optional)
    The boolean status.

Return Value

  • This function returns nothing.

Example

AddEvent("OnNPCStreamIn", function(npcid)
	SetNPCOutline(npcid, true)
end)

See also