C# Class ExampleMod.NPCs.Fish

Inheritance: Terraria.ModLoader.ModNPC
Afficher le fichier Open project: bluemagic123/tModLoader

Protected Properties

Свойство Type Description
acceleration float
accelerationY float
bounces bool
correction float
idleSpeed float
speed float
speedY float
targetDryPlayer bool

Méthodes publiques

Méthode Description
AI ( ) : void
FindFrame ( int frameHeight ) : void

Method Details

AI() public méthode

public AI ( ) : void
Résultat void

FindFrame() public méthode

public FindFrame ( int frameHeight ) : void
frameHeight int
Résultat void

Property Details

acceleration protected_oe property

protected float acceleration
Résultat float

accelerationY protected_oe property

protected float accelerationY
Résultat float

bounces protected_oe property

protected bool bounces
Résultat bool

correction protected_oe property

protected float correction
Résultat float

idleSpeed protected_oe property

protected float idleSpeed
Résultat float

speed protected_oe property

protected float speed
Résultat float

speedY protected_oe property

protected float speedY
Résultat float

targetDryPlayer protected_oe property

protected bool targetDryPlayer
Résultat bool