GetWeaponNumProjectiles

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the number of projectiles used in a single shot by the Weapon BaseForm. If weapon is omitted and a calling reference is provided, that reference's BaseForm is used.

Syntax

[help]
(numProjectiles:int) weaponRefr.GetWeaponNumProjectiles weapon:baseform 

Or:

(numProjectiles:int) weaponRefr.GetNumProj weapon:baseform 

See Also