Difference between revisions of "EquipWolfskinItemOnEntity"

From Nomad DB
(Created page with "Equips the specified wolfskin item on the specified entity. == Syntax == <syntaxhighlight lang="lua"> EquipWolfskinItemOnEntity(wolfskinItemMale, wolfskinItemFemale, entity,...")
(No difference)

Revision as of 21:43, 17 May 2021

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