Skip to main content

LODBuilder

Sub-builder for LOD distance configuration. Opened via BehaviorBuilder:LOD. Call :Done() to return to the root BehaviorBuilder.

Functions

Distance

LODBuilder:Distance(valuenumber) → LODBuilder

Studs from the LOD origin beyond which this bullet steps at reduced frequency. 0 = always full frequency (LOD disabled for this cast).

Default: 0

Done

LODBuilder:Done() → BehaviorBuilder

Returns the root BehaviorBuilder.

Show raw api
{
    "functions": [
        {
            "name": "Distance",
            "desc": "Studs from the LOD origin beyond which this bullet steps at reduced frequency.\n`0` = always full frequency (LOD disabled for this cast).\n\nDefault: `0`",
            "params": [
                {
                    "name": "value",
                    "desc": "",
                    "lua_type": "number"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "LODBuilder"
                }
            ],
            "function_type": "method",
            "source": {
                "line": 1294,
                "path": "docs/SubBuilders.lua"
            }
        },
        {
            "name": "Done",
            "desc": "Returns the root [BehaviorBuilder].",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "BehaviorBuilder"
                }
            ],
            "function_type": "method",
            "source": {
                "line": 1300,
                "path": "docs/SubBuilders.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "LODBuilder",
    "desc": "Sub-builder for LOD distance configuration. Opened via [BehaviorBuilder:LOD].\nCall `:Done()` to return to the root [BehaviorBuilder].",
    "source": {
        "line": 1283,
        "path": "docs/SubBuilders.lua"
    }
}