glua/lib/os

Bindings to the functions under _G.os

Values

pub fn clock() -> glua.Value

Returns the os.clock function.

pub fn date() -> glua.Value

Returns the os.date function.

pub fn difftime() -> glua.Value

Returns the os.difftime function.

pub fn execute() -> glua.Value

Returns the os.execute function.

pub fn exit() -> glua.Value

Returns the os.exit function.

pub fn getenv() -> glua.Value

Returns the os.getenv function.

pub fn remove() -> glua.Value

Returns the os.remove function.

pub fn rename() -> glua.Value

Returns the os.rename function.

pub fn time() -> glua.Value

Returns the os.time function.

pub fn tmpname() -> glua.Value

Returns the os.tmpname function.

Search Document