GetGraphicsMode

This function returns the resolution of a supported graphics mode. Call System::CountGraphicsModes() to get the number of available screen resolutions, and then use this command to query the dimensions of each supported resolution.

Syntax

Parameters

Returns

Returns an iVec2 object containing the width and height of the supported graphics resolution.