GetNthDefaultForm

From GECK
Jump to: navigation, search


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).

Syntax

[help]
(form) GetNthDefaultForm Index:int 

Example

ref DefForm

let DefForms := GetNthDefaultForm 5

See Also