Show / Hide Table of Contents

Class MeteorSwarmRuleComponent

Inheritance
System.Object
MeteorSwarmRuleComponent
Namespace: Content.Server.StationEvents.Components
Assembly: Content.Server.dll
Syntax
public sealed class MeteorSwarmRuleComponent : Component

Fields

| Improve this Doc View Source

Cooldown

Declaration
public float Cooldown
Field Value
Type Description
System.Single
| Improve this Doc View Source

MaxAngularVelocity

Declaration
public float MaxAngularVelocity
Field Value
Type Description
System.Single
| Improve this Doc View Source

MaximumCooldown

Declaration
public float MaximumCooldown
Field Value
Type Description
System.Single
| Improve this Doc View Source

MaximumWaves

Declaration
public int MaximumWaves
Field Value
Type Description
System.Int32
| Improve this Doc View Source

MeteorsPerWave

Declaration
public int MeteorsPerWave
Field Value
Type Description
System.Int32
| Improve this Doc View Source

MeteorVelocity

Declaration
public float MeteorVelocity
Field Value
Type Description
System.Single
| Improve this Doc View Source

MinAngularVelocity

Declaration
public float MinAngularVelocity
Field Value
Type Description
System.Single
| Improve this Doc View Source

MinimumCooldown

Declaration
public float MinimumCooldown
Field Value
Type Description
System.Single
| Improve this Doc View Source

MinimumWaves

Declaration
public int MinimumWaves
Field Value
Type Description
System.Int32
| Improve this Doc View Source

WaveCounter

We'll send a specific amount of waves of meteors towards the station per ending rather than using a timer.

Declaration
public int WaveCounter
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾