====== setScreenMode ====== ( int width, int height, int bpp, bool fullScreen, int hz = 60 ) ===== Syntax ===== bool setScreenMode(int %width, int %height, int %bpp, bool %fullScreen[, int %hz = 60]); ===== Parameters ===== [[scripting:doc:engine:types:int|int]] **%%%width%%**\\ No description available. [[scripting:doc:engine:types:int|int]] **%%%height%%**\\ No description available. [[scripting:doc:engine:types:int|int]] **%%%bpp%%**\\ No description available. [[scripting:doc:engine:types:bool|bool]] **%%%fullScreen%%**\\ No description available. [optional] [[scripting:doc:engine:types:int|int]] **%%%hz = 60%%**\\ 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:setres|setRes]]\\ [[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 ===== [[scripting:doc:u:optionsdlg:applygraphics|optionsDlg::applyGraphics]]: base/client/scripts/allClientScripts.cs:4143\\ [[scripting:doc:u:optionsdlg:applygraphics|optionsDlg::applyGraphics]]: base/client/scripts/allClientScripts.cs:4148\\