Client

exports('setLoadingScreenClosed') Sets the loadingScreenClosed flag to true. Use this to manually mark the loading screen as closed, useful for custom loading flows.

Usage:

exports['your-resource']:setLoadingScreenClosed()

Last updated