Skip to main content

CharaRef

Proxy class representing a skill chara

Properties

name

CharaRef.name: string

Get the character name

skin

CharaRef.skin: string

Get the character skin

deck

CharaRef.deck: string

Get the character deck identifier

theme

CharaRef.theme: string

Get the character theme

special

CharaRef.special: string

Get the character special

Show raw api
{
    "functions": [],
    "properties": [
        {
            "name": "name",
            "desc": "Get the character name",
            "lua_type": "string",
            "source": {
                "line": 13,
                "path": "../../res/data/script/lib/system/chara_ref.lua"
            }
        },
        {
            "name": "skin",
            "desc": "Get the character skin",
            "lua_type": "string",
            "source": {
                "line": 20,
                "path": "../../res/data/script/lib/system/chara_ref.lua"
            }
        },
        {
            "name": "deck",
            "desc": "Get the character deck identifier",
            "lua_type": "string",
            "source": {
                "line": 27,
                "path": "../../res/data/script/lib/system/chara_ref.lua"
            }
        },
        {
            "name": "theme",
            "desc": "Get the character theme",
            "lua_type": "string",
            "source": {
                "line": 34,
                "path": "../../res/data/script/lib/system/chara_ref.lua"
            }
        },
        {
            "name": "special",
            "desc": "Get the character special",
            "lua_type": "string",
            "source": {
                "line": 41,
                "path": "../../res/data/script/lib/system/chara_ref.lua"
            }
        }
    ],
    "types": [],
    "name": "CharaRef",
    "desc": "Proxy class representing a skill chara",
    "source": {
        "line": 5,
        "path": "../../res/data/script/lib/system/chara_ref.lua"
    }
}