GetRequestQueue (Function): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
(created the page) |
mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
name = GetRequestQueue | name = GetRequestQueue | ||
|arguments = | |arguments = | ||
|returns = [[Table]] | |returns = [[Tables|Table]] | ||
|description = | |description = Returns a table of [[Content|assets]] that have not loaded yet. | ||
|object = [[GBX.lua.ContentProvider (Service)|ContentProvider]] | |object = [[GBX.lua.ContentProvider (Service)|ContentProvider]] | ||
}}</onlyinclude> | }}</onlyinclude> | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 03:38, 25 September 2021
Locked: This item is locked. Attempting to use it will cause an error.
Function | |
---|---|
Syntax | GetRequestQueue( ) |
Returns | Table |
Description: | Returns a table of assets that have not loaded yet. |
In Object: | ContentProvider |