SetNPCClothingPreset: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 12: Line 12:


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua">
SetNPCClothingPreset(npcId, presetId)
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
* [[ClothingExample]]
{{NPCFunctions}}

Latest revision as of 18:02, 13 January 2020

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 NPC identifier.
  • clothing_preset
    The clothing preset .

Return Value

  • Returns true on success.

Example

SetNPCClothingPreset(npcId, presetId)

See also