API ReferenceSandbox
LoadingScreenclass
Holds metadata and raw data relating to a Saved Game.
object→LoadingScreen
Properties5
Showing 5 properties
public static bool Sandbox.LoadingScreen.IsVisible { get; set; }
Returns:
bool—public static string Sandbox.LoadingScreen.Media { get; set; }
A URL or filepath to show as the background image.
Returns:
string—public static string Sandbox.LoadingScreen.Subtitle { get; set; }
A subtitle to show
Returns:
string—public static System.Collections.Generic.List`1<Sandbox.LoadingContext> Sandbox.LoadingScreen.Tasks { get; set; }
A list of tasks that are currently being awaited during loading.
public static string Sandbox.LoadingScreen.Title { get; set; }
A title to show
Returns:
string—No results match this filter.