C# Class Cindeck.Core.Unit

Show file Open project: noelex/Cindeck Class Usage Examples

Private Properties

Property Type Description
GetAppeal int
GetDance int
GetLife int
GetVisual int
GetVocal int

Public Methods

Method Description
AlreadyInUnit ( OwnedIdol idol ) : bool
Clone ( ) : Unit
CopyFrom ( Unit unit ) : void
OccupiedByUnit ( OwnedIdol idol ) : bool
RemoveIdol ( OwnedIdol idol ) : void

Private Methods

Method 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 method

public AlreadyInUnit ( OwnedIdol idol ) : bool
idol OwnedIdol
return bool

Clone() public method

public Clone ( ) : Unit
return Unit

CopyFrom() public method

public CopyFrom ( Unit unit ) : void
unit Unit
return void

OccupiedByUnit() public method

public OccupiedByUnit ( OwnedIdol idol ) : bool
idol OwnedIdol
return bool

RemoveIdol() public method

public RemoveIdol ( OwnedIdol idol ) : void
idol OwnedIdol
return void