• Переменные
  • core.settings
  • core.settings.language
  • core.lowMemory
  • Функции
  • core.loadLanguage(language: string)
  • core.getLanguagePackages(): table
  • core.getEditTime(path: string): string, string, number
  • core.getTime(): string, string, number
  • core.newNotification(priority: number, icon: char, name: string, description: string)
  • core.getNotifications(): table
  • core.removeNotification(index: number)
  • core.log(priority: number(2-6), app: string, data: string)
  • core.pcall(function: function, ...): boolean; (string or any)
  • core.saveSettings(): boolean
  • core.resetSettings(save: boolean): boolean
  • core.init()
  • core.getPackageDirectory(): string or (nil, string, string)
  • core.executeFile(path:string ): nil, string or true
  • core.memorySpectre()