C# Class OutpostGenerator.Building_SamSite

Building_SamSite class.
Inheritance: Building
Afficher le fichier Open project: Rikiki123456789/Rimworld Class Usage Examples

Méthodes publiques

Méthode Description
Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
Draw ( ) : void
ExposeData ( ) : void
GetInspectString ( ) : string
NotifyTargetIsDestroyedOrMissed ( RimWorld.DropPodIncoming dropPod ) : void

Notify the SAM site that a target has been destroyed or missed.

SpawnSetup ( ) : void
Tick ( ) : void

Private Methods

Méthode Description
DrawTurretTop ( ) : void
LaunchMissile ( RimWorld.DropPodIncoming dropPod ) : void
LookForIncomingDropPod ( ) : void
StartRotationSound ( ) : void
StopRotationSound ( ) : void
UpdateMissileReloading ( ) : void
UpdateTurretRotation ( ) : void

Method Details

Destroy() public méthode

public Destroy ( DestroyMode mode = DestroyMode.Vanish ) : void
mode DestroyMode
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

ExposeData() public méthode

public ExposeData ( ) : void
Résultat void

GetInspectString() public méthode

public GetInspectString ( ) : string
Résultat string

NotifyTargetIsDestroyedOrMissed() public méthode

Notify the SAM site that a target has been destroyed or missed.
public NotifyTargetIsDestroyedOrMissed ( RimWorld.DropPodIncoming dropPod ) : void
dropPod RimWorld.DropPodIncoming
Résultat void

SpawnSetup() public méthode

public SpawnSetup ( ) : void
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void