Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SSMO
ManyPlaces
C# Class SSMO.ManyPlaces
Inheritance:
SSMO.Place
Show file
Open project: Team-on/works
Class Usage Examples
Public Methods
Method
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
method
public
AddTable
(
Coord
refPos
) :
void
refPos
Coord
return
void
FreePlace()
public
method
public
FreePlace
(
Coord
check
) :
bool
check
Coord
return
bool
ManyPlaces()
public
method
public
ManyPlaces
(
Coord
refpos
) :
System
refpos
Coord
return
System
NearTable()
public
method
public
NearTable
(
Coord
check
) :
bool
check
Coord
return
bool
Print()
public
method
public
Print
(
Coord
startPos
) :
void
startPos
Coord
return
void