EquipWolfskinItemOnEntity

From Nomad DB
Revision as of 20:43, 17 May 2021 by Cobra (talk | contribs) (Created page with "Equips the specified wolfskin item on the specified entity. == Syntax == <syntaxhighlight lang="lua"> EquipWolfskinItemOnEntity(wolfskinItemMale, wolfskinItemFemale, entity,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Equips the specified wolfskin item on the specified entity.

Syntax

EquipWolfskinItemOnEntity(wolfskinItemMale, wolfskinItemFemale, entity, disableMask)
  • wolfskinItemMale (string): ID of the wolfskin item to be equipped on a male human (corresponds to an item in the WolfskinItemDB library)
  • wolfskinItemFemale (string): ID of the wolfskin item to be equipped on a female human (corresponds to an item in the WolfskinItemDB library)
  • entity (string): ID of the entity to equip the specified wolfskin item on
  • disableMask (boolean): Whether the specified entity's mask should be disabled