Difference between revisions of "Global LUA Functions"

From SkyCorp Global
(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:

print

Prints to system console (not to UI! For that see MainScreen.addGameText)

type

setfenv

getfenv

rawset

rawget

setmetatable

getmetatable