GetEquippedWeaponCanUseAmmo

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender version 6.3.0.

Description

Returns 1 if the calling actor reference's equipped weapon can use the specified ammo, 0 otherwise.

This function can be used either in a script, or as a Condition.

Syntax

[help]
(0/1) actorRefr.GetEquippedWeaponCanUseAmmo Ammo:form 

See Also