C# Class MiningGameServer.GameModes.CPGameMode

Inheritance: ServerGameMode
Show file Open project: geel9/Minor-Destruction

Public Properties

Property Type Description
BluCapPoint MiningGameServer.Shapes.ShapeAABB
BlueProgress float
RedCapPoint MiningGameServer.Shapes.ShapeAABB
RedProgress float

Public Methods

Method Description
CPGameMode ( ) : System
GetName ( ) : string
MakeBases ( ) : void
OnGameModeChosen ( ) : void
OnPlayerSpawn ( NetworkPlayer player ) : void
ResetGame ( ) : void
Update_PostAll ( Microsoft time ) : void

Method Details

CPGameMode() public method

public CPGameMode ( ) : System
return System

GetName() public method

public GetName ( ) : string
return string

MakeBases() public method

public MakeBases ( ) : void
return void

OnGameModeChosen() public method

public OnGameModeChosen ( ) : void
return void

OnPlayerSpawn() public method

public OnPlayerSpawn ( NetworkPlayer player ) : void
player NetworkPlayer
return void

ResetGame() public method

public ResetGame ( ) : void
return void

Update_PostAll() public method

public Update_PostAll ( Microsoft time ) : void
time Microsoft
return void

Property Details

BluCapPoint public property

public ShapeAABB,MiningGameServer.Shapes BluCapPoint
return MiningGameServer.Shapes.ShapeAABB

BlueProgress public property

public float BlueProgress
return float

RedCapPoint public property

public ShapeAABB,MiningGameServer.Shapes RedCapPoint
return MiningGameServer.Shapes.ShapeAABB

RedProgress public property

public float RedProgress
return float