SetWeaponType - Weapon

Revision as of 10:50, 11 May 2012 by imported>Fg109 (Created page for SetWeaponType)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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