Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
LoadingAnim Class Reference

Detailed Description

Interface for classes implementing animation or progress bar of the loading screen. To customize the implementation, override Game::CreateLoadingAnim() function to return your own implementation of LoadingAnim. You should perform any expensive setup, such as loading UI layout, in the constructor to avoid freezes due to loading of resources when game shows the loading screen.

Warning
Loading and initialization of resources are done asynchronously. It is generally safe to access only types related to WorkspaceWidget stored in LoadingAnim (such as child widgets loaded using this WorkspaceWidget) and other variables that cannot be changed from somewhere else (such as local variables and member variables that are primitive types).

Definition at line 153 of file gameLib.c.


The documentation for this class was generated from the following file: