C# Class ExampleMod.Projectiles.ExampleCloneProjectile

Inheritance: Terraria.ModLoader.ModProjectile
ファイルを表示 Open project: bluemagic123/tModLoader

Public Methods

Method Description
OnTileCollide ( Vector2 oldVelocity ) : bool
PreKill ( int timeLeft ) : bool
SetDefaults ( ) : void

Method Details

OnTileCollide() public method

public OnTileCollide ( Vector2 oldVelocity ) : bool
oldVelocity Vector2
return bool

PreKill() public method

public PreKill ( int timeLeft ) : bool
timeLeft int
return bool

SetDefaults() public method

public SetDefaults ( ) : void
return void