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
Expansions.Missions.ITestNodeLabel Interface Reference
Inheritance diagram for Expansions.Missions.ITestNodeLabel:
Expansions.Missions.Tests.TestFlyThrough Expansions.Missions.Tests.TestGoTo Expansions.Missions.Tests.TestKerbalBoarded Expansions.Missions.Tests.TestKerbalEVA Expansions.Missions.Tests.TestPlantFlag Expansions.Missions.Tests.TestTakeKerbal Expansions.Missions.Tests.TestVesselSituationFlying Expansions.Missions.Tests.TestVesselSituationLanded Expansions.Missions.Tests.TestVesselSituationSplashed

Public Member Functions

string GetExtraText ()
 Get extra text to be appended at the end of the node label caption. More...
 
Vector3 GetWorldPosition ()
 Get location where the marker for the node should be displayed in world. More...
 
bool HasNodeLabel ()
 Should we create a node label for this object or not? More...
 
bool HasWorldPosition ()
 Does the label represent an actual world position? For example, biomes won't have a world position, but a point in space will. More...
 

Properties

MENode node [get]
 The node related to this test More...
 

Member Function Documentation

string Expansions.Missions.ITestNodeLabel.GetExtraText ( )

Get extra text to be appended at the end of the node label caption.

Returns
Text to be appended at the end of the node label caption.

Implemented in Expansions.Missions.Tests.TestTakeKerbal, Expansions.Missions.Tests.TestKerbalBoarded, Expansions.Missions.Tests.TestKerbalEVA, Expansions.Missions.Tests.TestPlantFlag, Expansions.Missions.Tests.TestGoTo, and Expansions.Missions.Tests.TestFlyThrough.

Vector3 Expansions.Missions.ITestNodeLabel.GetWorldPosition ( )
bool Expansions.Missions.ITestNodeLabel.HasNodeLabel ( )
bool Expansions.Missions.ITestNodeLabel.HasWorldPosition ( )

Does the label represent an actual world position? For example, biomes won't have a world position, but a point in space will.

Returns
True if the node has a world position, false otherwise.

Implemented in Expansions.Missions.Tests.TestTakeKerbal, Expansions.Missions.Tests.TestKerbalBoarded, Expansions.Missions.Tests.TestKerbalEVA, Expansions.Missions.Tests.TestPlantFlag, Expansions.Missions.Tests.TestGoTo, and Expansions.Missions.Tests.TestFlyThrough.

Property Documentation

MENode Expansions.Missions.ITestNodeLabel.node
get

The node related to this test


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