GetExteriorCell

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the cell at the specified (X, Y) grid coordinates in the specified worldspace.

Syntax

[help]
(cell:ref) GetExteriorCell worldspace:ref coordX:int coordY:int

Example

set rCell to GetExteriorCell WastelandNV -22 -19

See Also