Background for Skyrim SE
Member of the Weapon script
voidfunctionSetWeaponType(inttype)Native

Description

Wiki Description

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


Caveats


Parameters

inttype

CK Wiki Description

The new weapon type of this weapon.


Examples

; Set the weapon type of WeaponProperty to 2H sword
WeaponProperty.SetWeaponType(5)

Auto-Generated Example

int myInt__type

myWeapon__toCallFunctionOn.SetWeaponType(myInt__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.