summaryrefslogtreecommitdiffstats
path: root/src/commands/lastsave.json
blob: 92905845879a209eb514d145ae5fc5d135c71654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "LASTSAVE": {
        "summary": "Get the UNIX time stamp of the last successful save to disk",
        "complexity": "O(1)",
        "group": "server",
        "since": "1.0.0",
        "arity": 1,
        "function": "lastsaveCommand",
        "command_flags": [
            "LOADING",
            "STALE",
            "FAST"
        ],
        "command_tips": [
            "NONDETERMINISTIC_OUTPUT"
        ],
        "acl_categories": [
            "ADMIN",
            "DANGEROUS"
        ]
    }
}