_G
Global functions
print
print(msg: string)
Print message in game console.
print_raw
print_raw(msg: string)
Print colored message without "[arctictech]" tag. You can modifiy text color using "\a" symbol followed by color HEX code (24 bit). \aACCENT for cheat default accent, \a_MAIN_ for default console color.
error
error(msg: string)
Print error message in game console.
safe_call
safe_call(func: function)
Prints an error message if function fails.
to_ticks
to_ticks(time: number) number
to_time
to_time(ticks: number) number
Last updated