C# 클래스 ExampleMod.Projectiles.ExampleCloneProjectile

상속: Terraria.ModLoader.ModProjectile
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 메소드들

메소드 설명
OnTileCollide ( Vector2 oldVelocity ) : bool
PreKill ( int timeLeft ) : bool
SetDefaults ( ) : void

메소드 상세

OnTileCollide() 공개 메소드

public OnTileCollide ( Vector2 oldVelocity ) : bool
oldVelocity Vector2
리턴 bool

PreKill() 공개 메소드

public PreKill ( int timeLeft ) : bool
timeLeft int
리턴 bool

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void