Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
Expansions.Missions.Flow.MEFlowThenBlock Class Reference

A Then Block - the items in the list flow one after the other More...

Inheritance diagram for Expansions.Missions.Flow.MEFlowThenBlock:
Expansions.Missions.Flow.MEFlowBlock Expansions.Missions.Flow.IMEFlowBlock IConfigNode

Public Member Functions

 MEFlowThenBlock (Mission mission)
 
- Public Member Functions inherited from Expansions.Missions.Flow.MEFlowBlock
void AddBlock (IMEFlowBlock newBlock)
 Add a block to the chilc list More...
 
void Load (ConfigNode node)
 
 MEFlowBlock (Mission mission)
 Constructor More...
 
void Save (ConfigNode node)
 
void UpdateMissionFlowUI (MEFlowParser parser)
 

Additional Inherited Members

- Properties inherited from Expansions.Missions.Flow.MEFlowBlock
List< IMEFlowBlockBlocks [get, set]
 List of child objects for this block More...
 
int CountObjectives [get]
 How many of the Blocks have objectives. More...
 
bool HasObjectives [get]
 Do any of the blocks inside this one have objectives More...
 
bool HasReachableObjectives [get]
 Are there any Objectives inside this block that can be reached More...
 
bool HasVisibleChildren [get]
 Are there any objectives inside this block that are not hidden by events More...
 
- Properties inherited from Expansions.Missions.Flow.IMEFlowBlock
int CountObjectives [get]
 
bool HasObjectives [get]
 
bool HasReachableObjectives [get]
 
bool HasVisibleChildren [get]
 

Detailed Description

A Then Block - the items in the list flow one after the other

Constructor & Destructor Documentation

Expansions.Missions.Flow.MEFlowThenBlock.MEFlowThenBlock ( Mission  mission)
inline

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