C# Class GemManager, Castle-Bashers

Mostrar archivo Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Methods

Method Description
GetEquippedGem ( int index ) : Gem,
GetEquippedGems ( ) : List
GetStoredGem ( int index ) : Gem,
GetStoredGems ( ) : List
addGem ( Gem, gem ) : int
equip ( int index ) : int
removeGem ( int index ) : void
unequip ( int index ) : bool

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
sortGems ( ) : void

Method Details

GetEquippedGem() public method

public GetEquippedGem ( int index ) : Gem,
index int
return Gem,

GetEquippedGems() public method

public GetEquippedGems ( ) : List
return List

GetStoredGem() public method

public GetStoredGem ( int index ) : Gem,
index int
return Gem,

GetStoredGems() public method

public GetStoredGems ( ) : List
return List

addGem() public method

public addGem ( Gem, gem ) : int
gem Gem,
return int

equip() public method

public equip ( int index ) : int
index int
return int

removeGem() public method

public removeGem ( int index ) : void
index int
return void

unequip() public method

public unequip ( int index ) : bool
index int
return bool