SetAmmoName

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.60.

Description

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

The nameTypeToChange arg allows specifying which type of name to change for the ammo:

FullName = 0,
ShortName = 1,
AbbreviationName = 2

Syntax

[help]
ammoRefr.SetAmmoName newName:string nameTypeToChange:int{0} form:baseform 

See Also