Background for Skyrim SE
Member of the iEquip_InventoryExt script
voidfunctionEquipItem(Forma_item, inta_refHandle, Actora_actor, inta_equipSlot=0, boola_preventUnequip=false, boola_equipSound=true)NativeGlobal

[DEV SERVER] Loading description...


Caveats


Parameters

Forma_item

inta_refHandle

Actora_actor

inta_equipSlot=0

boola_preventUnequip=false

boola_equipSound=true


Examples

Auto-Generated Example

Form myForm__a_item
int myInt__a_refHandle
Actor myActor__a_actor
int myInt__a_equipSlot
bool myBool__a_preventUnequip
bool myBool__a_equipSound

iEquip_InventoryExt.EquipItem(myForm__a_item, myInt__a_refHandle, myActor__a_actor, myInt__a_equipSlot, myBool__a_preventUnequip, myBool__a_equipSound)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.