GE Lua Documentation

Press F to search!

getOSInfo

Definition


-- @/=[C]:-1
function getOSInfo(...)

Callers

@/lua/ge/extensions/tech/techCore.lua
  if request['os'] then
    response['os'] = Engine.Platform.getOSInfo()
  end
@/lua/ge/screenshot.lua

  res.os = Engine.Platform.getOSInfo()
  res.cpu = Engine.Platform.getCPUInfo()
@/lua/ge/extensions/core/hardwareinfo.lua

  res.os = Engine.Platform.getOSInfo()
  res.pwr = Engine.Platform.getPowerInfo()
    gpu = Engine.Platform.getGPUInfo(),
    os = Engine.Platform.getOSInfo(),
    pwr = Engine.Platform.getPowerInfo(),