Skip to main content

onSteppedFrame

Executes code at a specific point in Roblox's engine

Functions

onSteppedFrame

onSteppedFrame.onSteppedFrame(funcfunction) → RBXScriptConnection

Executes code at a specific point in Roblox's engine.

Show raw api
{
    "functions": [
        {
            "name": "onSteppedFrame",
            "desc": "Executes code at a specific point in Roblox's engine.",
            "params": [
                {
                    "name": "func",
                    "desc": "",
                    "lua_type": "function"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "RBXScriptConnection"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 15,
                "path": "src/steputils/src/Shared/onSteppedFrame.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "onSteppedFrame",
    "desc": "Executes code at a specific point in Roblox's engine",
    "source": {
        "line": 5,
        "path": "src/steputils/src/Shared/onSteppedFrame.lua"
    }
}