Skip to main content

AreaIsLoading

Description

Returns whether any game area is currently in the process of loading.

function AreaIsLoading() --[[ ... ]] end

Parameters

None.

Return Values

  • state: boolean - Returns true if an area is currently loading, otherwise false.

Example

None.