Skip to main content

ClipCharacters

Clip characters locally on the client of other clients so they don't interfer with physics.

Functions

new

ClipCharacters.new() → ClipCharacters

Prevents characters from clipping together

Show raw api
{
    "functions": [
        {
            "name": "new",
            "desc": "Prevents characters from clipping together",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "ClipCharacters"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 23,
                "path": "src/clipcharacters/src/Client/ClipCharacters.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "ClipCharacters",
    "desc": "Clip characters locally on the client of other clients so they don't interfer with physics.",
    "source": {
        "line": 5,
        "path": "src/clipcharacters/src/Client/ClipCharacters.lua"
    }
}