GetCurrentAmmoRounds

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

A function added by the JIP NVSE Plugin.

Description

Returns the current number of rounds in the clip/magazine of the calling actor's equipped weapon.

Syntax

[help]
(ammo:ref) reference.GetCurrentAmmoRounds

Example

set iAmmoRounds to actorRef.GetCurrentAmmoRounds

See Also