C# Class invertika_game.Game.MapContent

Mostrar archivo 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[]