GetAmmoConsumedPercent

Revision as of 16:07, 14 August 2014 by imported>Odessa (typo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(float) reference.GetAmmoConsumedPercent Ammo:form

Example

float fCaseChance
set fCaseChance to GetAmmoConsumedPercent Ammo308

See Also