Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
SSMO
ManyPlaces
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