Table of Contents

Class CelestialBodyDataRemovedMessage

Namespace
KSP.Messages
Assembly
Assembly-CSharp.dll
[DiscoverableMessage("Events/CelestialBody/CelestialBodyDataRemovedMessage", false, "", "")]
public class CelestialBodyDataRemovedMessage : CelestialBodyMessageBase
Inheritance
CelestialBodyDataRemovedMessage
Inherited Members
Extension Methods

Constructors

CelestialBodyDataRemovedMessage()

public CelestialBodyDataRemovedMessage()

CelestialBodyDataRemovedMessage(string, AtmosphereDataModelComponent)

public CelestialBodyDataRemovedMessage(string removedBodyName, AtmosphereDataModelComponent atmoDataModel)

Parameters

removedBodyName string
atmoDataModel AtmosphereDataModelComponent

Fields

AtmosphereDataModel

public AtmosphereDataModelComponent AtmosphereDataModel

Field Value

AtmosphereDataModelComponent

ScaledCloudDataModel

public ScaledCloudDataModelComponent ScaledCloudDataModel

Field Value

ScaledCloudDataModelComponent

Properties

RemovedBodyName

public string RemovedBodyName { get; set; }

Property Value

string