- Found in:
- SKSE
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
EquipSlottype
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)