GetLocationSpecificLoadScreensOnly

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.20.

Description

Returns 1 if the game is currently in a state where only load screens specifically associated with the current cell are displayed (SetLocationSpecificLoadScreensOnly was called).

Syntax

[help]
(0, 1:int) GetLocationSpecificLoadScreensOnly

Example

int iSpecificLSCR = GetLocationSpecificLoadScreensOnly 

See Also