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