Skip to main content

LipsumIconUtils

Functions

icon

LipsumIconUtils.icon(randomRandom) → string

Gets a random icon

outlineIcon

LipsumIconUtils.outlineIcon(randomRandom) → string

Gets a random outline icon

Show raw api
{
    "functions": [
        {
            "name": "icon",
            "desc": "Gets a random icon",
            "params": [
                {
                    "name": "random",
                    "desc": "",
                    "lua_type": "Random"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 113,
                "path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
            }
        },
        {
            "name": "outlineIcon",
            "desc": "Gets a random outline icon",
            "params": [
                {
                    "name": "random",
                    "desc": "",
                    "lua_type": "Random"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 122,
                "path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "LipsumIconUtils",
    "desc": "",
    "source": {
        "line": 4,
        "path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
    }
}