GetExteriorCell

Revision as of 01:31, 2 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the cell at the specified (X, Y) grid coordinates in the specified worldspace. |name = GetExteriorCell |returnType = cell:ref...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(cell:ref) GetExteriorCell worldspace:ref coordX:int coordY:int

Example

set rCell to GetExteriorCell WastelandNV -22 -19

See Also