GetBufferedCells

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns an array_var containing all the Cells currently buffered in memory. If getInteriors is non-zero, the array will contain all buffered interiors, otherwise all buffered exteriors.

Syntax

[help]
(buffCells:array_var) GetBufferedCells getInteriors:0/1

Example

let aExteriors := GetBufferedCells 0
let aInteriors := GetBufferedCells 1 

See Also