C# Class SSMO.Hall

Mostrar archivo Open project: Team-on/works Class Usage Examples

Public Properties

Property Type Description
leftUpCorner Coord
rightDownCorner Coord

Public Methods

Method Description
AddPlace ( SSMO.Place place ) : void
ClientsEat ( ) : void
GetFreePlace ( byte humanCnt ) : SSMO.Place
GetPlaceById ( int id ) : SSMO.Place
Hall ( Coord _leftUpCorner, Coord _rightDownCorner ) : System
NearTable ( Coord pos ) : bool
Print ( ) : void
PrintWalls ( ) : void
SetWalls ( Array _walls ) : void

Method Details

AddPlace() public method

public AddPlace ( SSMO.Place place ) : void
place SSMO.Place
return void

ClientsEat() public method

public ClientsEat ( ) : void
return void

GetFreePlace() public method

public GetFreePlace ( byte humanCnt ) : SSMO.Place
humanCnt byte
return SSMO.Place

GetPlaceById() public method

public GetPlaceById ( int id ) : SSMO.Place
id int
return SSMO.Place

Hall() public method

public Hall ( Coord _leftUpCorner, Coord _rightDownCorner ) : System
_leftUpCorner Coord
_rightDownCorner Coord
return System

NearTable() public method

public NearTable ( Coord pos ) : bool
pos Coord
return bool

Print() public method

public Print ( ) : void
return void

PrintWalls() public method

public PrintWalls ( ) : void
return void

SetWalls() public method

public SetWalls ( Array _walls ) : void
_walls Array
return void

Property Details

leftUpCorner public_oe property

public Coord leftUpCorner
return Coord

rightDownCorner public_oe property

public Coord rightDownCorner
return Coord