C# Class RA.DropPodLanded

Inheritance: Building
Mostra 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_oe static_oe property

public static SoundDef OpenSound
return SoundDef

cargo public_oe property

public DropPodInfo,RimWorld cargo
return RimWorld.DropPodInfo

damagedCells public_oe property

public List damagedCells
return List