OptionsManager (Civ5 Type)

From Civilization Modding Wiki
Jump to navigationJump to search

This page is a part of the Lua and UI Reference (Civ5).


Static Methods

Methods are functions that belong to an object. Static methods are invoked through a dot, as in OptionsManager.SomeMethod(<args>). When a dot is used the caller object is not implicitly provided as the first argument.

C

Base game Gods & Kings ___________________________
CommitGameOptions(int arg0 = nil)
CommitGraphicsOptions()
CommitResolutionOptions()

G

Base game Gods & Kings ___________________________
unknown GetAASamples_Cached()
bool GetAutoUIAssets_Cached()
int GetAutoUnitCycle_Cached()
unknown GetBindMouseMode_Cached()
unknown GetFOWLevel_Cached()
bool GetFullscreen()
bool GetFullscreen_Cached()
bool GetGridOn()
int GetHDStrategicView_Cached()
int GetLeaderQuality_Cached()
int, int GetMaxResolution()
int GetMultiplayerAutoEndTurnEnabled_Cached()
unknown GetMultiplayerQuickCombatEnabled()
int GetMultiplayerQuickCombatEnabled_Cached()
unknown GetMultiplayerQuickMovementEnabled()
int GetMultiplayerQuickMovementEnabled_Cached()
int GetNumAutosavesKept_Cached()
int GetOverlayLevel_Cached()
bool GetPolicyInfo()
int GetPolicyInfo_Cached()
EraType GetResolution_Cached()
bool GetResourceOn()
int GetScoreList()
int GetScoreList_Cached()
unknown GetShadowLevel_Cached()
int GetSinglePlayerAutoEndTurnEnabled_Cached()
int GetSinglePlayerQuickCombatEnabled_Cached()
int GetSinglePlayerQuickMovementEnabled_Cached()
int GetSkipIntroVideo_Cached()
bool GetSmallUIAssets()
int GetSmallUIAssets_Cached()
int GetStraightZoom_Cached()
unknown GetTerrainDetailLevel_Cached()
unknown GetTerrainShadowQuality_Cached()
unknown GetTerrainTessLevel_Cached()
unknown GetTextureQuality_Cached()
int GetTooltip1Seconds()
int GetTooltip1Seconds_Cached()
int GetTooltip2Seconds()
unknown GetTurnsBetweenAutosave_Cached()
int GetTutorialLevel_Cached()
int GetVSync_Cached()
unknown GetWaterQuality_Cached()
int, int GetWindowResolution_Cached()
bool GetYieldOn()

H

Base game Gods & Kings ___________________________
bool HasUserChangedGraphicsOptions()
bool HasUserChangedResolution()

I

Base game Gods & Kings ___________________________
bool IsAALevelSupported(unknown arg0)
int IsAutoWorkersDontRemoveFeatures_Cached()
int IsAutoWorkersDontReplace_Cached()
int IsCivilianYields()
int IsCivilianYields_Cached()
bool IsDebugMode()
bool IsNoBasicHelp()
int IsNoBasicHelp_Cached()
bool IsNoCitizenWarning()
int IsNoRewardPopups_Cached()
bool IsNoTileRecommendations()
int IsNoTileRecommendations_Cached()

R

Base game Gods & Kings ___________________________
ResetDefaultGameOptions()
ResetDefaultGraphicsOptions()
ResetTutorial()

S

Base game Gods & Kings ___________________________
SetAASamples_Cached(unknown msaaSetting)
SetAutoUIAssets_Cached(bool isChecked)
SetAutoUnitCycle_Cached(bool isChecked)
SetAutoWorkersDontRemoveFeatures_Cached(bool isChecked)
SetAutoWorkersDontReplace_Cached(bool isChecked)
SetBindMouseMode_Cached(EraType level)
SetCivilianYields_Cached(bool isChecked)
SetFOWLevel_Cached(EraType level)
SetFullscreen_Cached(bool fullscreen)
SetGridOn_Cached(bool isChecked)
SetHDStrategicView_Cached(bool isChecked)
SetLeaderQuality_Cached(EraType level)
SetMultiplayerAutoEndTurnEnabled_Cached(bool isChecked)
SetMultiplayerQuickCombatEnabled_Cached(bool isChecked)
SetMultiplayerQuickMovementEnabled_Cached(bool isChecked)
SetNoBasicHelp_Cached(bool isChecked)
SetNoCitizenWarning_Cached(bool isChecked)
SetNoRewardPopups_Cached(bool isChecked)
SetNoTileRecommendations_Cached(bool isChecked)
SetNumAutosavesKept_Cached(int string)
SetOverlayLevel_Cached(EraType level)
SetPolicyInfo_Cached(bool isChecked)
SetResolution_Cached(EraType fullscreenRes)
SetResourceOn_Cached(bool isChecked)
SetScoreList_Cached(bool isChecked)
SetShadowLevel_Cached(EraType level)
SetSinglePlayerAutoEndTurnEnabled_Cached(bool isChecked)
SetSinglePlayerQuickCombatEnabled_Cached(bool isChecked)
SetSinglePlayerQuickMovementEnabled_Cached(bool isChecked)
SetSkipIntroVideo_Cached(bool isChecked)
SetSmallUIAssets_Cached(bool isChecked)
SetStraightZoom_Cached(bool isChecked)
SetTerrainDetailLevel_Cached(EraType level)
SetTerrainShadowQuality_Cached(EraType level)
SetTerrainTessLevel_Cached(EraType level)
SetTextureQuality_Cached(EraType level)
SetTooltip1Seconds_Cached(int i)
SetTurnsBetweenAutosave_Cached(int string)
SetTutorialLevel_Cached(int tutorialLevel)
SetVSync_Cached(bool isChecked)
SetWaterQuality_Cached(EraType level)
SetWindowResolution_Cached(int arg0, int arg1)
SetYieldOn_Cached(bool isChecked)
SyncGameOptionsCache()
SyncGraphicsOptionsCache()
SyncResolutionOptionsCache()



The initial version of this page was created by the Civ5 API Bot, see the Civ5 API Reference FAQ. Some of the texts come from the 2kgames' wiki and most of code samples are copyrighted to Firaxis.
Functions' signatures were either copied from the 2kgames' wiki, or infered from the Lua source files and the binaries. Errors are possible.
Contributors may find help in the Contributors guide to the Civ5 API.