GetWeaponProjectile

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


A function added by the Fallout Script Extender.

Description

Returns the projectile (BaseForm) used by a Weapon BaseForm. If weapon is omitted and a calling reference is provided, that reference's BaseForm is used.

Syntax

[help]
(projectile:baseForm) GetWeaponProjectile weapon:baseform 

Or:

(projectile:baseForm) GetWeapProj weapon:baseform

Example

GetWeaponProjectile WeapMissileLauncher 

See Also