C# Class OpenRA.Mods.Common.Traits.MPStartLocations

Inheritance: IWorldLoaded
Exibir arquivo Open project: pchote/OpenRA

Public Properties

Property Type Description
Start CPos>.Dictionary

Public Methods

Method Description
MPStartLocations ( MPStartLocationsInfo info ) : System
WorldLoaded ( World world, WorldRenderer wr ) : void

Private Methods

Method Description
ChooseSpawnPoint ( World world, List available, List taken ) : CPos
FindPlayerInSlot ( World world, string pr ) : Player

Method Details

MPStartLocations() public method

public MPStartLocations ( MPStartLocationsInfo info ) : System
info MPStartLocationsInfo
return System

WorldLoaded() public method

public WorldLoaded ( World world, WorldRenderer wr ) : void
world World
wr OpenRA.Graphics.WorldRenderer
return void

Property Details

Start public_oe property

public Dictionary Start
return CPos>.Dictionary