SplitScript reference / Language / isLoading
isLoading
lifecycle block
isLoading { ... }
Reports loading state when known.
Falling through returns None so the runtime leaves the current loading state unchanged.
Examples
Use isLoading
isLoading {
return current.scene == "Loading"
}