Class LoadingPrompt
Methods to manage the display of a loading spinner prompt.
Inheritance
System.Object
    LoadingPrompt
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: GTA.UI
Assembly: ScriptHookVDotNet3.dll
Syntax
public static class LoadingPromptProperties
| Name | Description | 
|---|---|
| IsActive | Gets a value indicating whether the Loading Prompt is currently being displayed | 
Methods
| Name | Description | 
|---|---|
| Hide() | Remove the loading prompt at the bottom right of the screen | 
| Show(String, LoadingSpinnerType) | Creates a loading prompt at the bottom right of the screen with the given text and spinner type |