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
KSPField Class Reference

Paw default base Attribute field implementation Automatic persistance can only be applied to types which implement the IConfigNode interface or one of the following.. string, bool, int, float, Vector2, Vector3, Vector4 or Quaternion More...

Inheritance diagram for KSPField:
FieldAttribute KSPAxisField

Public Member Functions

 KSPField ()
 
- Public Member Functions inherited from FieldAttribute
 FieldAttribute ()
 

Public Attributes

bool advancedTweakable
 Does this require advanced tweakables? More...
 
string category
 string category id More...
 
string groupDisplayName
 This field's group display name More...
 
string groupName
 
bool groupStartCollapsed
 True if the group will start collapsed. More...
 
bool guiActive
 Is this field active on gui More...
 
bool guiActiveEditor
 Is this field active in the editor More...
 
bool guiActiveUnfocused
 Is this field active while focused on another vessel? More...
 
string guiFormat
 The gui format string for this field (D4, F2, N0, etc). Blank if none More...
 
bool isPersistant
 Is this field persistant? More...
 
float unfocusedRange
 Minimum distance for the field to show up in the GUI. More...
 

Properties

string guiUnits [get, set]
 
- Properties inherited from FieldAttribute
string guiName [get, set]
 The field's gui name More...
 

Detailed Description

Paw default base Attribute field implementation Automatic persistance can only be applied to types which implement the IConfigNode interface or one of the following.. string, bool, int, float, Vector2, Vector3, Vector4 or Quaternion

Constructor & Destructor Documentation

KSPField.KSPField ( )
inline

Member Data Documentation

bool KSPField.advancedTweakable

Does this require advanced tweakables?

string KSPField.category

string category id

string KSPField.groupDisplayName

This field's group display name

string KSPField.groupName

This field's group

bool KSPField.groupStartCollapsed

True if the group will start collapsed.

bool KSPField.guiActive

Is this field active on gui

bool KSPField.guiActiveEditor

Is this field active in the editor

bool KSPField.guiActiveUnfocused

Is this field active while focused on another vessel?

string KSPField.guiFormat

The gui format string for this field (D4, F2, N0, etc). Blank if none

bool KSPField.isPersistant

Is this field persistant?

float KSPField.unfocusedRange

Minimum distance for the field to show up in the GUI.

Property Documentation

string KSPField.guiUnits
getset

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