Lua utility module Util

Misc Util functions

Functions

ShortenTENCalls() Adds all built-in functions and types to the global environment.


Functions

ShortenTENCalls()

Adds all built-in functions and types to the global environment. Put simply, this means that you do not have to write out the full name of a function. e.g. Instead of writing

local door = TEN.Objects.GetMoveableByName("door_type4_14")

You can write

local door = GetMoveableByName("door_type4_14")
generated by LDoc 1.4.6 Last updated 2022-07-31 20:38:24