C# Class SSMO.ManyPlaces

Inheritance: SSMO.Place
Afficher le fichier Open project: Team-on/works Class Usage Examples

Méthodes publiques

Méthode Description
AddTable ( Coord refPos ) : void
FreePlace ( Coord check ) : bool
ManyPlaces ( Coord refpos ) : System
NearTable ( Coord check ) : bool
Print ( Coord startPos ) : void

Method Details

AddTable() public méthode

public AddTable ( Coord refPos ) : void
refPos Coord
Résultat void

FreePlace() public méthode

public FreePlace ( Coord check ) : bool
check Coord
Résultat bool

ManyPlaces() public méthode

public ManyPlaces ( Coord refpos ) : System
refpos Coord
Résultat System

NearTable() public méthode

public NearTable ( Coord check ) : bool
check Coord
Résultat bool

Print() public méthode

public Print ( Coord startPos ) : void
startPos Coord
Résultat void