|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
| static bool | DownedInvasionT1 |
| static bool | DownedInvasionT2 |
| static bool | DownedInvasionT3 |
| static bool | LostThisRun |
| static bool | WonThisRun |
| static int | LaneSpawnRate = 60 |
| static bool | Ongoing |
| static Rectangle | ArenaHitbox |
| static int | OngoingDifficulty |
Properties | |
| static bool | ReadyToFindBartender [get] |
| static bool | DownedInvasionAnyDifficulty [get] |
| static int | TimeLeftBetweenWaves [get, set] |
| static bool | EnemySpawningIsOnHold [get] |
| static bool | EnemiesShouldChasePlayers [get] |
| static bool | ReadyForTier2 [get] |
| static bool | ReadyForTier3 [get] |
Static Private Attributes | |
| static readonly Color | INFO_NEW_WAVE_COLOR = new Color(175, 55, 255) |
| static readonly Color | INFO_START_INVASION_COLOR = new Color(50, 255, 130) |
| static readonly Color | INFO_FAILURE_INVASION_COLOR = new Color(255, 0, 0) |
| const int | INVASION_ID = 3 |
| static bool | _downedDarkMageT1 |
| static bool | _downedOgreT2 |
| static bool | _spawnedBetsyT3 |
| static int | _arenaHitboxingCooldown |
| static List< Vector2 > | _deadGoblinSpots = new List<Vector2>() |
| static int | _crystalsDropping_lastWave |
| static int | _crystalsDropping_toDrop |
| static int | _crystalsDropping_alreadyDropped |
| static int | _timeLeftUntilSpawningBegins |
Definition at line 15 of file DD2Event.cs.