Skip to main content

Deck

The skill deck interface

Functions

get

Deck.get() → DeckRef

Gets a reference to the current deck

Show raw api
{
    "functions": [
        {
            "name": "get",
            "desc": "Gets a reference to the current deck",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "DeckRef"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 12,
                "path": "../../res/data/script/lib/system/deck.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "Deck",
    "desc": "The skill deck interface",
    "source": {
        "line": 5,
        "path": "../../res/data/script/lib/system/deck.lua"
    }
}