Skip to main content

FastCastEnums

Enums for FastCast2.

Types

HighFidelityBehavior

type HighFidelityBehavior = {
Default,
Automatic,
Always
}

How High-Fidelity the cast simulation should be.

Show raw api
{
    "functions": [],
    "properties": [],
    "types": [
        {
            "name": "HighFidelityBehavior",
            "desc": "How High-Fidelity the cast simulation should be.",
            "lua_type": "{Default, Automatic, Always}",
            "source": {
                "line": 26,
                "path": "src/FastCast2/FastCastEnums.luau"
            }
        }
    ],
    "name": "FastCastEnums",
    "desc": "Enums for FastCast2.",
    "source": {
        "line": 15,
        "path": "src/FastCast2/FastCastEnums.luau"
    }
}