C_VideoOptions.GetGxAdapterInfo

From Warcraft Wiki
Jump to navigation Jump to search

Returns info about the system's graphics adapter.

adapters = C_VideoOptions.GetGxAdapterInfo()

Returns

adapters
structure - GxAdapterInfoDetails[]
Field Type Description
name string e.g. "NVIDIA GeForce GTX 1060GB"
isLowPower boolean
isExternal boolean whether the adapter is external

Patch changes

Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.