GetCellBuffered

Revision as of 01:33, 2 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Tests and returns 1 if the specified cell (and all objects contained within) is currently buffered in memory. The <i>cell</i> parameter i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Tests and returns 1 if the specified cell (and all objects contained within) is currently buffered in memory. The cell parameter is optional and, if left out, the function will use the parent-cell of the calling reference.

Syntax

(buffered:0/1) reference.GetCellBuffered cell:ref

Example

set bBuffered to GetCellBuffered NovacMotelLobby
set rExtrCell to GetExteriorCell WastelandNV -22 -19
set bBuffered to GetCellBuffered rExtrCell
set bBuffered to objectRef.GetCellBuffered

See Also