Skip to main content

infoTypeUtil

An utility module for working with Enum.InfoType.

Functions

transformedInfoTypeName

infoTypeUtil.transformedInfoTypeName(infoTypeEnum.InfoType) → ()

Returns the transformed info type name from the given infoType or else infoType.Name.

Show raw api
{
    "functions": [
        {
            "name": "transformedInfoTypeName",
            "desc": "Returns the transformed info type name from the given `infoType` or else `infoType.Name`. ",
            "params": [
                {
                    "name": "infoType",
                    "desc": "",
                    "lua_type": "Enum.InfoType"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 16,
                "path": "src/infoTypeUtil/init.luau"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "infoTypeUtil",
    "desc": " \n\nAn utility module for working with `Enum.InfoType`.",
    "source": {
        "line": 6,
        "path": "src/infoTypeUtil/init.luau"
    }
}