GetWeaponCritFlags

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Returns the critical flags of a weapon form. The only known weapon crit flag is 1: OnDeath.

Syntax

[help]
(int) GetWeaponCritFlags weapon:form

Example

GetWeaponCritFlags WeapLaserRifle

Weapon Crit Flags

1	OnDeath

See Also