Skip to main content

CallStack

Type

Contains a brief callstack, without any stack variables, only the current line and the function.

Properties

currentline

CallStack.currentline: number

The line at which the 'call' to the following callstack will be performed.

func

CallStack.func: (T...) → U...

The function that this function is a callstack of.

Show raw api
{
    "functions": [],
    "properties": [
        {
            "name": "currentline",
            "desc": "The line at which the 'call' to the following callstack will be performed.",
            "lua_type": "number",
            "source": {
                "line": 14,
                "path": "impl/Types/CallStack.luau"
            }
        },
        {
            "name": "func",
            "desc": "The function that this function is a callstack of.",
            "lua_type": "(T...) -> U...",
            "source": {
                "line": 22,
                "path": "impl/Types/CallStack.luau"
            }
        }
    ],
    "types": [],
    "name": "CallStack",
    "desc": "Contains a brief callstack, without any stack variables, only the current line and the function. ",
    "tags": [
        "Type"
    ],
    "source": {
        "line": 6,
        "path": "impl/Types/CallStack.luau"
    }
}