Skip to main content

onRenderStepFrame

Executes code at a specific point in render step priority queue

Functions

onRenderStepFrame

onRenderStepFrame.onRenderStepFrame(prioritynumber) → MaidTask

Executes code at a specific point in render step priority queue.

Show raw api
{
    "functions": [
        {
            "name": "onRenderStepFrame",
            "desc": "Executes code at a specific point in render step priority queue.",
            "params": [
                {
                    "name": "priority",
                    "desc": "",
                    "lua_type": "number"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "MaidTask"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 16,
                "path": "src/steputils/src/Shared/onRenderStepFrame.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "onRenderStepFrame",
    "desc": "Executes code at a specific point in render step priority queue",
    "source": {
        "line": 5,
        "path": "src/steputils/src/Shared/onRenderStepFrame.lua"
    }
}