Table of Contents

Class CelestialBodyDiscoveredMessage

Namespace
KSP.Messages
Assembly
Assembly-CSharp.dll
[DiscoverableMessage("Events/CelestialBody/CelestialBodyDiscoveredMessage", false, "Player has discovered a celestial body", "")]
public class CelestialBodyDiscoveredMessage : CelestialBodyMessageBase
Inheritance
CelestialBodyDiscoveredMessage
Inherited Members
Extension Methods

Constructors

CelestialBodyDiscoveredMessage(string)

public CelestialBodyDiscoveredMessage(string discoveredBodyName)

Parameters

discoveredBodyName string

Properties

DiscoveredBodyName

public string DiscoveredBodyName { get; set; }

Property Value

string