C# Class ExampleMod.Projectiles.ElementBall

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

Méthodes publiques

Méthode Description
AI ( ) : void
CreateDust ( ) : void
GetColor ( ) : Color?
GetName ( ) : string
OnHitPlayer ( Player target, int damage, bool crit ) : void
PlaySound ( ) : void
SetDefaults ( ) : void

Method Details

AI() public méthode

public AI ( ) : void
Résultat void

CreateDust() public méthode

public CreateDust ( ) : void
Résultat void

GetColor() public méthode

public GetColor ( ) : Color?
Résultat Color?

GetName() public méthode

public GetName ( ) : string
Résultat string

OnHitPlayer() public méthode

public OnHitPlayer ( Player target, int damage, bool crit ) : void
target Terraria.Player
damage int
crit bool
Résultat void

PlaySound() public méthode

public PlaySound ( ) : void
Résultat void

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void