GetNthDefaultForm
From GECK
A function added by the New Vegas Script Extender.
Contents
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).
Syntax
(form) GetNthDefaultForm Index:int
Example
ref DefForm let DefForms := GetNthDefaultForm 5