GetAmmoConsumedPercent

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the percentage chance of providing an empty case item on use for the specified ammo or calling reference. Added by NVSE 1.5.

Syntax

[help]
(float) reference.GetAmmoConsumedPercent Ammo:form

Example

float fCaseChance
set fCaseChance to GetAmmoConsumedPercent Ammo308

See Also