C# Class FBClient.Core.Players.BaseHumanPlayer

Inheritance: Player
Afficher le fichier Open project: Noxalus/Final-Bomber

Méthodes publiques

Свойство Type Description
ControlSettingsId int

Protected Properties

Свойство Type Description
KeysSaved Keys[]

Méthodes publiques

Méthode Description
ApplyBadItem ( BadEffect effect ) : void

Méthodes protégées

Méthode Description
BaseHumanPlayer ( int id, int controlSettingsId ) : System
BaseHumanPlayer ( int id, int controlSettingsId, PlayerStats stats ) : System
Move ( GameTime gameTime, Map map, int hazardMap ) : void
RemoveBadItem ( ) : void

Private Methods

Méthode Description
Initialize ( int controlSettingsId ) : void

Method Details

ApplyBadItem() public méthode

public ApplyBadItem ( BadEffect effect ) : void
effect BadEffect
Résultat void

BaseHumanPlayer() protected méthode

protected BaseHumanPlayer ( int id, int controlSettingsId ) : System
id int
controlSettingsId int
Résultat System

BaseHumanPlayer() protected méthode

protected BaseHumanPlayer ( int id, int controlSettingsId, PlayerStats stats ) : System
id int
controlSettingsId int
stats FBLibrary.Core.PlayerStats
Résultat System

Move() protected méthode

protected Move ( GameTime gameTime, Map map, int hazardMap ) : void
gameTime GameTime
map Map
hazardMap int
Résultat void

RemoveBadItem() protected méthode

protected RemoveBadItem ( ) : void
Résultat void

Property Details

ControlSettingsId public_oe property

public int ControlSettingsId
Résultat int

KeysSaved protected_oe property

protected Keys[] KeysSaved
Résultat Keys[]