GetPlayerCurrentAmmo

From the Fallout3 GECK Wiki
Revision as of 14:07, 13 July 2014 by imported>Odessa (Created page with "{{Function |origin = NVSE |summary = Returns the base form for the ammo currently held in the player's weapon. |name = GetPlayerCurrentAmmo |returnType = Ammo:baseform |r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the base form for the ammo currently held in the player's weapon.

Syntax

[help]
(Ammo:baseform) GetPlayerCurrentAmmo

Example

ref currentAmmo
set currentAmmo to GetPlayerCurrentAmmo

See Also