C# Class ExampleMod.Projectiles.ExampleCloneProjectile

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

Méthodes publiques

Méthode Description
OnTileCollide ( Vector2 oldVelocity ) : bool
PreKill ( int timeLeft ) : bool
SetDefaults ( ) : void

Method Details

OnTileCollide() public méthode

public OnTileCollide ( Vector2 oldVelocity ) : bool
oldVelocity Vector2
Résultat bool

PreKill() public méthode

public PreKill ( int timeLeft ) : bool
timeLeft int
Résultat bool

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void