Skip to content

Commit

Permalink
Add rbxgameasset to content datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
ccuser44 authored Oct 22, 2024
1 parent 504b8ca commit 10d9d13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/en-us/reference/engine/datatypes/Content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,18 @@ description: |
<td>Fetches a user-created asset uploaded to Roblox.</td>
<td>rbxassetid://7229442422</td>
</tr>
<tr>
<tr>
<td><b>rbxasset</b></td>
<td>A file path</td>
<td>Fetches a file from Roblox's content folders.</td>
<td>rbxasset://textures/face.png</td>
</tr>
<tr>
<td><b>rbxgameasset</b></td>
<td>Path for uploaded asset</td>
<td>A textual path to an asset uploaded through the [Asset Manager](../../projects/assets/manager.md).</td>
<td>rbxasset://Images/Potion.png</td>
</tr>
<tr>
<td><b>rbxthumb</b></td>
<td>Parameters and values</td>
Expand Down

0 comments on commit 10d9d13

Please sign in to comment.