Show raw api
{
"functions": [
{
"name": "icon",
"desc": "Gets a random icon that is white in color",
"params": [
{
"name": "random",
"desc": "",
"lua_type": "Random"
}
],
"returns": [
{
"desc": "",
"lua_type": "string"
}
],
"function_type": "static",
"source": {
"line": 145,
"path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
}
},
{
"name": "outlineIcon",
"desc": "Gets a random outline icon that is white in color",
"params": [
{
"name": "random",
"desc": "",
"lua_type": "Random"
}
],
"returns": [
{
"desc": "",
"lua_type": "string"
}
],
"function_type": "static",
"source": {
"line": 155,
"path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
}
},
{
"name": "coloredOutlineIcon",
"desc": "Gets a random colorful icon\n\n:::warning\nThese icons must be be licensed to use in production.\n\nhttps://rhosgfx.itch.io/vector-icon-pack\n:::",
"params": [
{
"name": "random",
"desc": "",
"lua_type": "Random"
}
],
"returns": [
{
"desc": "",
"lua_type": "string"
}
],
"function_type": "static",
"source": {
"line": 171,
"path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
}
}
],
"properties": [],
"types": [],
"name": "LipsumIconUtils",
"desc": "",
"source": {
"line": 4,
"path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
}
}