C# Class spaceconquest.Map

Datei anzeigen Open project: cclay/spaceconquest Class Usage Examples

Public Properties

Property Type Description
galaxy Galaxy
players List

Public Methods

Method Description
GetHomeSystem ( ) : SolarSystem3D
GetInstancePlayer ( ) : Player
Map ( int nPlayers, int instanceIndex, String name, System.Int64 seed ) : System
SetPlayer ( int i ) : Player

Method Details

GetHomeSystem() public method

public GetHomeSystem ( ) : SolarSystem3D
return SolarSystem3D

GetInstancePlayer() public method

public GetInstancePlayer ( ) : Player
return Player

Map() public method

public Map ( int nPlayers, int instanceIndex, String name, System.Int64 seed ) : System
nPlayers int
instanceIndex int
name String
seed System.Int64
return System

SetPlayer() public method

public SetPlayer ( int i ) : Player
i int
return Player

Property Details

galaxy public_oe property

public Galaxy,spaceconquest galaxy
return Galaxy

players public_oe property

public List players
return List