Background for Skyrim SE
Member of the Weapon script
voidfunctionSetEquipType(EquipSlottype)Native

Description

Wiki Description

Set the equip type of this weapon. (This function requires SKSE)


Caveats

CK Wiki - Notes

  • Known EquipSlots:

    • 00013F42 -> RightHand
    • 00013F43 -> LeftHand
    • 00013F44 -> EitherHand
    • 00013F45 -> BothHands

Parameters


Examples

; Set a weapons equip slot 
EquipSlot slotEither = Game.GetForm(0x00013F44) As EquipSlot
thisWeapon.SetEquipType(slotEither)

Auto-Generated Example

EquipSlot myEquipSlot__type

myWeapon__toCallFunctionOn.SetEquipType(myEquipSlot__type)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.