C# Class ExampleMod.Walls.ExampleWall

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

Méthodes publiques

Méthode Description
ModifyLight ( int i, int j, float &r, float &g, float &b ) : void
NumDust ( int i, int j, bool fail, int &num ) : void
SetDefaults ( ) : void

Method Details

ModifyLight() public méthode

public ModifyLight ( int i, int j, float &r, float &g, float &b ) : void
i int
j int
r float
g float
b float
Résultat void

NumDust() public méthode

public NumDust ( int i, int j, bool fail, int &num ) : void
i int
j int
fail bool
num int
Résultat void

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void