====== setRes ====== ( int width, int height, int bpp=NULL, int hz=NULL ) ===== Syntax ===== bool setRes(int %width, int %height[, int %bpp=NULL, int %hz=NULL]); ===== Parameters ===== [[scripting:doc:engine:types:int|int]] **%%%width%%**\\ No description available. [[scripting:doc:engine:types:int|int]] **%%%height%%**\\ No description available. [optional] [[scripting:doc:engine:types:int|int]] **%%%bpp=NULL%%**\\ No description available. [optional] [[scripting:doc:engine:types:int|int]] **%%%hz=NULL%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:bool|bool]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:u:getdisplaydevicelist|getDisplayDeviceList]]\\ [[scripting:doc:u:u:getres|getRes]]\\ [[scripting:doc:u:u:getresolutionlist|getResolutionList]]\\ [[scripting:doc:u:u:getvideodriverinfo|getVideoDriverInfo]]\\ [[scripting:doc:u:u:isdevicefullscreenonly|isDeviceFullScreenOnly]]\\ [[scripting:doc:u:u:isfullscreen|isFullScreen]]\\ [[scripting:doc:u:u:nextresolution|nextResolution]]\\ [[scripting:doc:u:u:prevresolution|prevResolution]]\\ [[scripting:doc:u:u:setdisplaydevice|setDisplayDevice]]\\ [[scripting:doc:u:u:setscreenmode|setScreenMode]]\\ [[scripting:doc:u:u:setverticalsync|setVerticalSync]]\\ [[scripting:doc:u:u:switchbitdepth|switchBitDepth]]\\ [[scripting:doc:u:u:togglefullscreen|toggleFullScreen]]\\ [[scripting:doc:u:u:videosetgammacorrection|videoSetGammaCorrection]]\\ ===== References ===== This function is not called by any other functions.