SetWeaponCritFlags

From GECK
Jump to: navigation, search


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

Description

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

Syntax

[help]
SetWeaponCritFlags weapon:form flags:int

Example

SetWeaponCritFlags WeapLaserRifle 0

Weapon Crit Flags

1	OnDeath

See Also