Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
GameParameters.CustomParameterUI Class Reference

Attribute that needs to be used for custom parameters to be shown in the custom parameter UI. More...

Inheritance diagram for GameParameters.CustomParameterUI:
GameParameters.CustomFloatParameterUI GameParameters.CustomIntParameterUI GameParameters.CustomStringParameterUI

Public Member Functions

 CustomParameterUI (string title)
 

Public Attributes

bool autoPersistance = true
 
GameMode gameMode = GameMode.ANY
 
bool newGameOnly = false
 
bool unlockedDuringMission = false
 Set this to true to allow the setting to be interactable while a mission game is playing. More...
 

Properties

string title [get, set]
 
string toolTip [get, set]
 

Detailed Description

Attribute that needs to be used for custom parameters to be shown in the custom parameter UI.

Constructor & Destructor Documentation

GameParameters.CustomParameterUI.CustomParameterUI ( string  title)
inline

Member Data Documentation

bool GameParameters.CustomParameterUI.autoPersistance = true
GameMode GameParameters.CustomParameterUI.gameMode = GameMode.ANY
bool GameParameters.CustomParameterUI.newGameOnly = false
bool GameParameters.CustomParameterUI.unlockedDuringMission = false

Set this to true to allow the setting to be interactable while a mission game is playing.

Most difficulty items will be locked during mission play (but are available during mission construction)

Property Documentation

string GameParameters.CustomParameterUI.title
getset
string GameParameters.CustomParameterUI.toolTip
getset

The documentation for this class was generated from the following file: