C# Class MiningGameServer.GameModes.CPGameMode

Inheritance: ServerGameMode
Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Свойство Type Description
BluCapPoint MiningGameServer.Shapes.ShapeAABB
BlueProgress float
RedCapPoint MiningGameServer.Shapes.ShapeAABB
RedProgress float

Méthodes publiques

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

Method Details

CPGameMode() public méthode

public CPGameMode ( ) : System
Résultat System

GetName() public méthode

public GetName ( ) : string
Résultat string

MakeBases() public méthode

public MakeBases ( ) : void
Résultat void

OnGameModeChosen() public méthode

public OnGameModeChosen ( ) : void
Résultat void

OnPlayerSpawn() public méthode

public OnPlayerSpawn ( NetworkPlayer player ) : void
player NetworkPlayer
Résultat void

ResetGame() public méthode

public ResetGame ( ) : void
Résultat void

Update_PostAll() public méthode

public Update_PostAll ( Microsoft time ) : void
time Microsoft
Résultat void

Property Details

BluCapPoint public_oe property

public ShapeAABB,MiningGameServer.Shapes BluCapPoint
Résultat MiningGameServer.Shapes.ShapeAABB

BlueProgress public_oe property

public float BlueProgress
Résultat float

RedCapPoint public_oe property

public ShapeAABB,MiningGameServer.Shapes RedCapPoint
Résultat MiningGameServer.Shapes.ShapeAABB

RedProgress public_oe property

public float RedProgress
Résultat float