C# Класс ExampleMod.Projectiles.ExampleCloneProjectile

Наследование: Terraria.ModLoader.ModProjectile
Показать файл Открыть проект

Открытые методы

Метод Описание
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