Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
KnowledgeItem< T > Class Template Reference

Public Member Functions

string GetValue (string noValueFallback)
 
 KnowledgeItem (DiscoveryInfo host, DiscoveryLevels itemLevel, string caption, string valueFallback, UpdateDataCallback updateValueCallback, string suffix="", string format="")
 
delegate T UpdateDataCallback ()
 

Properties

string Caption [get]
 
string OneLiner [get]
 
string Value [get]
 The value of the item, as known based on current knowledge level. More...
 

Constructor & Destructor Documentation

KnowledgeItem< T >.KnowledgeItem ( DiscoveryInfo  host,
DiscoveryLevels  itemLevel,
string  caption,
string  valueFallback,
UpdateDataCallback  updateValueCallback,
string  suffix = "",
string  format = "" 
)
inline

Member Function Documentation

string KnowledgeItem< T >.GetValue ( string  noValueFallback)
inline
delegate T KnowledgeItem< T >.UpdateDataCallback ( )

Property Documentation

string KnowledgeItem< T >.Caption
get
string KnowledgeItem< T >.OneLiner
get
string KnowledgeItem< T >.Value
get

The value of the item, as known based on current knowledge level.


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