C# Class ExampleMod.Projectiles.Minions.HoverShooter

Inheritance: Minion
Show file Open project: bluemagic123/tModLoader

Protected Properties

Property Type Description
chaseAccel float
chaseDist float
idleAccel float
inertia float
shoot int
shootCool float
shootSpeed float
spacingMult float
viewDist float

Public Methods

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

Method Details

Behavior() public method

public Behavior ( ) : void
return void

CreateDust() public method

public CreateDust ( ) : void
return void

SelectFrame() public method

public SelectFrame ( ) : void
return void

TileCollideStyle() public method

public TileCollideStyle ( int &width, int &height, bool &fallThrough ) : void
width int
height int
fallThrough bool
return void

Property Details

chaseAccel protected property

protected float chaseAccel
return float

chaseDist protected property

protected float chaseDist
return float

idleAccel protected property

protected float idleAccel
return float

inertia protected property

protected float inertia
return float

shoot protected property

protected int shoot
return int

shootCool protected property

protected float shootCool
return float

shootSpeed protected property

protected float shootSpeed
return float

spacingMult protected property

protected float spacingMult
return float

viewDist protected property

protected float viewDist
return float