GetAmmoConsumedPercent

From GECK
Jump to: navigation, search


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 of an ammo item.

Syntax

[help]
(float) ammoReference.GetAmmoConsumedPercent ammo:baseform

Example

float fCaseChance
set fCaseChance to GetAmmoConsumedPercent Ammo308 

See Also