PreloadExteriorCell - ObjectReference

Revision as of 09:34, 29 July 2015 by imported>Iceburg333 (Created page with "Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script Preloads the single exterior cell containing the calling ref. The function will fail for ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Preloads the single exterior cell containing the calling ref. The function will fail for a ref in an interior, but because it works on a single cell can be used to preload a cell outside the loaded area in a worldspace or an exterior cell in a different worldspace. Once the cell has been moved into the normal cell buffer, it is free to be unloaded. Nothing is done to preserve the preloaded state of a cell across save/load. It is the responsibility of the caller to make sure they preload the cell at an appropriate time.

Syntax

Function PreloadExteriorCell() native

Parameters

None.

Return Value

None.

Examples

; Start loading up the area where the vertibird will land
LandingAreaMarker.PreloadExteriorCell()

See Also