Skip to content

Commit 20c1df8

Browse files
update Open Source Docs from Roblox internal teams
1 parent a29249a commit 20c1df8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/en-us/reference/engine/classes/ContentProvider.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)