GetNthDefaultForm

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(form) GetNthDefaultForm Index:int

Example

ref DefForm

let DefForms := GetNthDefaultForm 5

See Also