- Found in:
- SKSE
Description
Wiki Description
Returns the weapon type of this weapon. (This function requires SKSE)
Caveats
Examples
; Obtain the weapon type of WeaponProperty
Int WeaponType = WeaponProperty.GetWeaponType()
If WeaponType == 3
;WeaponProperty is a war axe!
EndIfAuto-Generated Example
int returnedValue = myWeapon__toCallFunctionOn.GetWeaponType()Related Pages
- Weapon
- Weapon.SetWeaponType(...)
- Actor.GetEquippedItemType(...)
