GetCellBuffered

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(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