Background for Starfield
Member of the Weapon script
AmmofunctionGetAmmo()Native

Description

Wiki Description

Gets the ammo used by the weapon

Documentation Comment

Get the ammo for this weapon base object


Caveats


Examples

; Get the ammo for the weapon
Ammo weaponAmmo = weaponProperty.GetAmmo()

Auto-Generated Example

Ammo returnedValue = myWeapon__toCallFunctionOn.GetAmmo()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.