Craig Martin

(Official) LUA Scripting Documentation

get_hour

Get the current game hour from the 24 hour day clock.


Spec:

get_hour()

Returns


Example

local time = get_hour()
if time > 16 then notify("Evening is approaching") end

Incomplete

This documentation is incomplete


back