C# Class Terraria.GameContent.Generation.ActionVines

Inheritance: Terraria.World.Generation.GenAction
Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Méthode Description
ActionVines ( int minLength = 6, int maxLength = 10, int vineId = 52 ) : Microsoft.Xna.Framework
Apply ( System.Point origin, int x, int y ) : bool

Method Details

ActionVines() public méthode

public ActionVines ( int minLength = 6, int maxLength = 10, int vineId = 52 ) : Microsoft.Xna.Framework
minLength int
maxLength int
vineId int
Résultat Microsoft.Xna.Framework

Apply() public méthode

public Apply ( System.Point origin, int x, int y ) : bool
origin System.Point
x int
y int
Résultat bool