VTOL VR Mod Loader

VTOL VR Mod Loader

39 betyg
VTOL Task Progress UI
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
1.995 MB
17 aug, 2024 @ 12:16
8 dec, 2024 @ 12:54
4 ändringsnotiser ( visa )

Abonnera för att ladda ner
VTOL Task Progress UI

Beskrivning
This mod adds progress bars for other mods to show downloads/other async tasks. If you're a player, thats all you need to know, goodbye :)

Now that only the cool people are left, heres the public API.

The dll is located at: steamapps\workshop\content\3018410\3311107928
(thanks marsh)

Features:

- The ability to register tasks
- Update the progress and status of tasks
- IMGUI and VR UI to display the status of said tasks

Todo features:

- Implement the TaskInfoFlags

CheeseMods.VTOLTaskProgressUI.VTOLTaskProgressManager

public static TaskInfo RegisterTask(VtolMod owner, string taskName, string ownerName = "", TaskInfoFlags flags = TaskInfoFlags.All)

CheeseMods.VTOLTaskProgressUI.TaskInfo

public void SetProgress(float progress)

public void SetStatus(string status)

public void FinishTask(string result = "Completed")
2 kommentarer
dreamoftheage 17 jul @ 17:07 
so sigma
. Marsh.Mello . 18 aug, 2024 @ 7:45 
Folder location if anyone is looking to reference it:
steamapps\workshop\content\3018410\3311107928