GetAmmoName

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.60.

Description

Gets the name of the Ammo BaseForm. If a reference is passed, its BaseForm will be modified.

The nameTypeToGet arg allows specifying which type of name to retrieve from the ammo:

FullName = 0,
ShortName = 1,
AbbreviationName = 2

Syntax

[help]
ammoRefr.SetAmmoName nameTypeToGet:int{0} form:baseform 

See Also