GetNthDefaultForm

< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the form at the specified index from the list of Default Objects (forms). Default objects are viewable under the 'Gameplay' section of the GECK, or in GameForm.h (kDefaultObjectNames). Added by NVSE 4.5.

Syntax

(form) GetNthDefaultForm Index:int

Example

ref DefForm

let DefForms := GetNthDefaultForm 5

See Also