GetCellRefs

From the Fallout3 GECK Wiki
Revision as of 13:53, 21 December 2016 by imported>Pintocat (Created page with "{{Function |origin = LU |summary = Replaces ref-walking loops with a single function call that returns an array_var of refs in a cell. If no cell is specified, the player's...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Replaces ref-walking loops with a single function call that returns an array_var of refs in a cell. If no cell is specified, the player's current cell is used. Deprecated by GetRefs/GetRefsInCell in NVSE 4.5.7.

Syntax

[help]
(array) GetCellRefs typeID:int celldepth:int includeTaken:bool targetCell:cell

See Also