C# Class RA.DropPodLanded

Inheritance: Building
Show file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
OpenSound SoundDef
cargo RimWorld.DropPodInfo
damagedCells List

Public Methods

Method Description
Deploy ( ) : void
Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
ExposeData ( ) : void
SpawnSetup ( ) : void
Tick ( ) : void

Method Details

Deploy() public method

public Deploy ( ) : void
return void

Destroy() public method

public Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
mode DestroyMode
return void

ExposeData() public method

public ExposeData ( ) : void
return void

SpawnSetup() public method

public SpawnSetup ( ) : void
return void

Tick() public method

public Tick ( ) : void
return void

Property Details

OpenSound public static property

public static SoundDef OpenSound
return SoundDef

cargo public property

public DropPodInfo,RimWorld cargo
return RimWorld.DropPodInfo

damagedCells public property

public List damagedCells
return List