GetCellRefs

From the Fallout3 GECK Wiki
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