C# Class Terraria.GameContent.Events.CultistRitual

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
delay int
recheck int

Méthodes publiques

Méthode Description
CheckFloor ( Vector2 Center, Point &spawnPoints ) : bool
CultistSlain ( ) : void
TabletDestroyed ( ) : void
TrySpawning ( int x, int y ) : void
UpdateTime ( ) : void

Private Methods

Méthode Description
CheckRitual ( int x, int y ) : bool

Method Details

CheckFloor() public static méthode

public static CheckFloor ( Vector2 Center, Point &spawnPoints ) : bool
Center Vector2
spawnPoints Microsoft.Xna.Framework.Point
Résultat bool

CultistSlain() public static méthode

public static CultistSlain ( ) : void
Résultat void

TabletDestroyed() public static méthode

public static TabletDestroyed ( ) : void
Résultat void

TrySpawning() public static méthode

public static TrySpawning ( int x, int y ) : void
x int
y int
Résultat void

UpdateTime() public static méthode

public static UpdateTime ( ) : void
Résultat void

Property Details

delay public_oe static_oe property

public static int delay
Résultat int

recheck public_oe static_oe property

public static int recheck
Résultat int