Difference between revisions of "ListReplaceNthForm"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Garin
m
imported>Prideslayer
m (param names should not have spaces)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1
  |summary = Replaces the nth form of the list with the specified form. Trait name is of the format used by [[GetUIFloat]].
  |summary = Replaces the nth form of the list with the specified form.
  |name = ListReplaceNthForm
  |name = ListReplaceNthForm
  |alias = ListReplaceNth
  |alias = ListReplaceNth
Line 7: Line 7:
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
   |Name = form list
   |Name = formlist
   |Type = ref
   |Type = ref
   }}{{FunctionArgument
   }}{{FunctionArgument

Latest revision as of 13:04, 3 March 2012

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

A function added by the Fallout Script Extender.

Description

Replaces the nth form of the list with the specified form.

Syntax

[help]
(ref) ListReplaceNthForm formlist:ref replaceWith:ref formIndex:int 

Or:

(ref) ListReplaceNth formlist:ref replaceWith:ref formIndex:int