Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
invertika_game
Game
MapContent
C# Class invertika_game.Game.MapContent
Mostra file
Open project: Invertika/server
Class Usage Examples
Public Properties
Property
Type
Description
mapHeight
ushort
mapWidth
ushort
things
List
zones
invertika_game.Game.MapZone[]
Public Methods
Method
Description
MapContent
(
Map
map
) :
System
allocate
(
Actor
obj
) :
bool
getZone
(
Point
pos
) :
MapZone
Method Details
MapContent()
public
method
public
MapContent
(
Map
map
) :
System
map
Map
return
System
allocate()
public
method
public
allocate
(
Actor
obj
) :
bool
obj
Actor
return
bool
getZone()
public
method
public
getZone
(
Point
pos
) :
MapZone
pos
Point
return
MapZone
Property Details
mapHeight
public_oe property
public
ushort
mapHeight
return
ushort
mapWidth
public_oe property
public
ushort
mapWidth
return
ushort
things
public_oe property
public
List
things
return
List
zones
public_oe property
public
MapZone[],invertika_game.Game
zones
return
invertika_game.Game.MapZone[]