C# Class ExampleMod.Projectiles.Minions.HoverShooter

Inheritance: Minion
Afficher le fichier Open project: bluemagic123/tModLoader

Protected Properties

Свойство Type Description
chaseAccel float
chaseDist float
idleAccel float
inertia float
shoot int
shootCool float
shootSpeed float
spacingMult float
viewDist float

Méthodes publiques

Méthode Description
Behavior ( ) : void
CreateDust ( ) : void
SelectFrame ( ) : void
TileCollideStyle ( int &width, int &height, bool &fallThrough ) : void

Method Details

Behavior() public méthode

public Behavior ( ) : void
Résultat void

CreateDust() public méthode

public CreateDust ( ) : void
Résultat void

SelectFrame() public méthode

public SelectFrame ( ) : void
Résultat void

TileCollideStyle() public méthode

public TileCollideStyle ( int &width, int &height, bool &fallThrough ) : void
width int
height int
fallThrough bool
Résultat void

Property Details

chaseAccel protected_oe property

protected float chaseAccel
Résultat float

chaseDist protected_oe property

protected float chaseDist
Résultat float

idleAccel protected_oe property

protected float idleAccel
Résultat float

inertia protected_oe property

protected float inertia
Résultat float

shoot protected_oe property

protected int shoot
Résultat int

shootCool protected_oe property

protected float shootCool
Résultat float

shootSpeed protected_oe property

protected float shootSpeed
Résultat float

spacingMult protected_oe property

protected float spacingMult
Résultat float

viewDist protected_oe property

protected float viewDist
Résultat float