GetWeaponCritDamage

From GECK
(Redirected from GetCritDam)
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the critical damage of the Weapon BaseForm. If weapon is omitted and a calling reference is provided, that reference's BaseForm is used.

Syntax

[help]
(critDamage:float) weaponRefr.GetWeaponCritDamage weapon:baseform 

Or:

(critDamage:float) weaponRefr.GetCritDam weapon:baseform 

See Also