SetNPCClothingPreset

From Onset Developer Wiki
Revision as of 13:38, 23 November 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|This function sets a predefined clothing preset on an NPC. This is for people who are not interested in setting each clothing i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetNPCClothingPreset

Type: Function
Context: Client
Introduced: v1.0

Description

This function sets a predefined clothing preset on an NPC. This is for people who are not interested in setting each clothing item ClothingExample.

Syntax

SetNPCClothingPreset(npc, clothing_preset)

Parameters

  • npc
    The NPCidentifier.
  • clothing_preset
    The clothing preset .

Return Value

  • Returns true on success.

Example

__EDIT_ME__

See also