Show raw api
{
"functions": [
{
"name": "toRbxAssetId",
"desc": "Converts a string or number to a string for playback.",
"params": [
{
"name": "id",
"desc": "",
"lua_type": "string? | number"
}
],
"returns": [
{
"desc": "",
"lua_type": "string?"
}
],
"function_type": "static",
"source": {
"line": 15,
"path": "src/rbxasset/src/Shared/RbxAssetUtils.lua"
}
},
{
"name": "isConvertableToRbxAsset",
"desc": "Returns if it's convertable to a RBXAssetId",
"params": [
{
"name": "id",
"desc": "",
"lua_type": "string? | number"
}
],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "static",
"source": {
"line": 28,
"path": "src/rbxasset/src/Shared/RbxAssetUtils.lua"
}
}
],
"properties": [],
"types": [],
"name": "RbxAssetUtils",
"desc": "",
"source": {
"line": 5,
"path": "src/rbxasset/src/Shared/RbxAssetUtils.lua"
}
}