Difference between revisions of "GetNextRef"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
imported>Odessa
(clarified)
Line 1: Line 1:
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1
  |summary = Returns the next reference of a given type in the current cell. GetFirstRef or GetFirstRefInCell must be called first; the formType, cellDepth, and boolean arguments passed to GetFirstRef/GetFirstRefInCell are used. This command should only be used within a loop that executes within a single frame.
  |summary = Usable only following [[GetFirstRef]] or [[GetFirstRefInCell]], to return the next reference matching the same parameters of the previous function. This command should only be used within a loop that executes within a single frame.
  |name = GetNextRef
  |name = GetNextRef
  |returnType = ref
  |returnType = ref
}}
}}
==Example==
See [[GetFirstRef]]
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]

Revision as of 04:13, 17 July 2014

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

A function added by the Fallout Script Extender.

Description

Usable only following GetFirstRef or GetFirstRefInCell, to return the next reference matching the same parameters of the previous function. This command should only be used within a loop that executes within a single frame.

Syntax

[help]
(ref) GetNextRef

Example

See GetFirstRef