C# Class ExampleMod.Projectiles.Minions.HoverShooter

Inheritance: Minion
Exibir arquivo 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_oe property

protected float chaseAccel
return float

chaseDist protected_oe property

protected float chaseDist
return float

idleAccel protected_oe property

protected float idleAccel
return float

inertia protected_oe property

protected float inertia
return float

shoot protected_oe property

protected int shoot
return int

shootCool protected_oe property

protected float shootCool
return float

shootSpeed protected_oe property

protected float shootSpeed
return float

spacingMult protected_oe property

protected float spacingMult
return float

viewDist protected_oe property

protected float viewDist
return float