Global LUA Functions: Difference between revisions
Jump to navigation
Jump to search
print
(Created page with "All functions below are global & static: === print === === type === === setfenv === === getfenv === === rawset === === rawget === === setmetatable === === getmetatable...") |
(→print) |
||
Line 2: | Line 2: | ||
=== print === | === print === | ||
Prints to system console (not to UI! For that see [[MainScreen]].addGameText) | |||
=== type === | === type === |
Revision as of 04:33, 23 January 2018
All functions below are global & static:
Prints to system console (not to UI! For that see MainScreen.addGameText)