Skip to main content

TimeKeeper

Keeps time

Functions

new

Constructor
TimeKeeper.new() → TimeKeeper
Show raw api
{
    "functions": [
        {
            "name": "new",
            "desc": "",
            "params": [],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "TimeKeeper"
                }
            ],
            "function_type": "static",
            "tags": [
                "Constructor"
            ],
            "source": {
                "line": 10,
                "path": "src/shared/animationPlayer/timeUpdater/TimeKeeper.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "TimeKeeper",
    "desc": "Keeps time",
    "source": {
        "line": 3,
        "path": "src/shared/animationPlayer/timeUpdater/TimeKeeper.lua"
    }
}