File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -326,10 +326,6 @@ methods:
326326 For each requested asset, the callback function runs, indicating the
327327 asset's final `Enum.AssetFetchStatus`.
328328
329- This method can also take in a list of content ID strings, however these
330- strings must correspond to **image** assets. Attempting to load non-image
331- assets through the use of their content ID strings will result in failure.
332-
333329 If any of the assets fail to load, an error message appears in the output.
334330 The method itself will not error and it will continue executing until it
335331 has processed each requested instance or asset ID.
@@ -349,7 +345,7 @@ methods:
349345 type : Array
350346 default :
351347 summary : |
352- An array of instances or content ID strings (for images) to load.
348+ An array of instances to load.
353349 - name : callbackFunction
354350 type : Function
355351 default : nil
You can’t perform that action at this time.
0 commit comments