C# Class ExampleMod.Projectiles.PixelBall

Inheritance: ElementBall
Datei anzeigen Open project: bluemagic123/tModLoader

Public Methods

Method Description
Autoload ( string &name, string &texture ) : bool
CreateDust ( ) : void
GetName ( ) : string
PlaySound ( ) : void
SetDefaults ( ) : void

Method Details

Autoload() public method

public Autoload ( string &name, string &texture ) : bool
name string
texture string
return bool

CreateDust() public method

public CreateDust ( ) : void
return void

GetName() public method

public GetName ( ) : string
return string

PlaySound() public method

public PlaySound ( ) : void
return void

SetDefaults() public method

public SetDefaults ( ) : void
return void