-
Notifications
You must be signed in to change notification settings - Fork 17
system
CapsAdmin edited this page Aug 17, 2014
·
36 revisions
##shared
- system.CreateConsole(title)
- system.CreateLuaEnvironment(title, globals, id)
- system.DebugJIT(b)
- system.EnableWindowTransparency(window, b)
- system.FindFirstEditor(os_execute, with_args)
- system.GetClipboard()
- system.GetCursor()
- system.GetInstalledFonts()
- system.GetMemoryInfo()
- system.GetRegistryValue(str)
- system.GetSharedLibraryPath()
- system.GetStartupArguments()
- system.MessageBox(title, message)
- system.OnError(msg)
- system.Restart()
- system.SetClipboard(str)
- system.SetCursor(id)
- system.SetRegistryValue()
- system.SetSharedLibraryPath(path)
- system.StartLuaInstance(...)