C# Class ExampleMod.NPCs.Fish

Inheritance: Terraria.ModLoader.ModNPC
Show file Open project: bluemagic123/tModLoader

Protected Properties

Property Type Description
acceleration float
accelerationY float
bounces bool
correction float
idleSpeed float
speed float
speedY float
targetDryPlayer bool

Public Methods

Method Description
AI ( ) : void
FindFrame ( int frameHeight ) : void

Method Details

AI() public method

public AI ( ) : void
return void

FindFrame() public method

public FindFrame ( int frameHeight ) : void
frameHeight int
return void

Property Details

acceleration protected property

protected float acceleration
return float

accelerationY protected property

protected float accelerationY
return float

bounces protected property

protected bool bounces
return bool

correction protected property

protected float correction
return float

idleSpeed protected property

protected float idleSpeed
return float

speed protected property

protected float speed
return float

speedY protected property

protected float speedY
return float

targetDryPlayer protected property

protected bool targetDryPlayer
return bool