C# Class Terraria.GameContent.Events.CultistRitual

Mostrar archivo Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
delay int
recheck int

Public Methods

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

Private Methods

Method Description
CheckRitual ( int x, int y ) : bool

Method Details

CheckFloor() public static method

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

CultistSlain() public static method

public static CultistSlain ( ) : void
return void

TabletDestroyed() public static method

public static TabletDestroyed ( ) : void
return void

TrySpawning() public static method

public static TrySpawning ( int x, int y ) : void
x int
y int
return void

UpdateTime() public static method

public static UpdateTime ( ) : void
return void

Property Details

delay public_oe static_oe property

public static int delay
return int

recheck public_oe static_oe property

public static int recheck
return int