Manual     Reference     Scripting  
  
Scripting > Runtime Classes > Application   

Application.CanStreamedLevelBeLoaded  

static function CanStreamedLevelBeLoaded (levelIndex : int) : bool

Description

Can the streamed level be loaded?

See Also: GetStreamProgressForLevel function.

static function CanStreamedLevelBeLoaded (levelName : string) : bool

Description

Can the streamed level be loaded?

See Also: GetStreamProgressForLevel function.