C# Class Cindeck.Core.Unit

Afficher le fichier Open project: noelex/Cindeck Class Usage Examples

Private Properties

Свойство Type Description
GetAppeal int
GetDance int
GetLife int
GetVisual int
GetVocal int

Méthodes publiques

Méthode Description
AlreadyInUnit ( OwnedIdol idol ) : bool
Clone ( ) : Unit
CopyFrom ( Unit unit ) : void
OccupiedByUnit ( OwnedIdol idol ) : bool
RemoveIdol ( OwnedIdol idol ) : void

Private Methods

Méthode Description
GetAppeal ( OwnedIdol idol, AppealType type ) : int
GetDance ( OwnedIdol idol ) : int
GetLife ( OwnedIdol idol ) : int
GetVisual ( OwnedIdol idol ) : int
GetVocal ( OwnedIdol idol ) : int

Method Details

AlreadyInUnit() public méthode

public AlreadyInUnit ( OwnedIdol idol ) : bool
idol OwnedIdol
Résultat bool

Clone() public méthode

public Clone ( ) : Unit
Résultat Unit

CopyFrom() public méthode

public CopyFrom ( Unit unit ) : void
unit Unit
Résultat void

OccupiedByUnit() public méthode

public OccupiedByUnit ( OwnedIdol idol ) : bool
idol OwnedIdol
Résultat bool

RemoveIdol() public méthode

public RemoveIdol ( OwnedIdol idol ) : void
idol OwnedIdol
Résultat void