C# Class invertika_game.Game.MapContent

Show 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 property

public ushort mapHeight
return ushort

mapWidth public property

public ushort mapWidth
return ushort

things public property

public List things
return List

zones public property

public MapZone[],invertika_game.Game zones
return invertika_game.Game.MapZone[]