SetWeaponType - Weapon

SKSE Member of: Weapon Script

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

SyntaxEdit

Function SetWeaponType(int type) native

ParametersEdit

  • type: The new weapon type of this weapon.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit