C# Class WarTornLands.PlayerClasses.Items.KeyStash

Datei anzeigen Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
AddKey ( string areaID ) : void

Adds a key for the current area.

AddMasterKey ( string areaID ) : void
AddMasterShelf ( string areaID ) : void
AddShelf ( string areaID ) : void
KeyStash ( ) : System
MasterCount ( string areaID ) : int
NormalCount ( string areaID ) : int
UseKey ( string areaID ) : bool

Removes a key for the current area from its respective shelf. Returns true if there is a key available.

UseMaster ( string areaID ) : bool

Method Details

AddKey() public method

Adds a key for the current area.
There is no KeyShelf for area + areaID + . However that happened.
public AddKey ( string areaID ) : void
areaID string The area ID.
return void

AddMasterKey() public method

public AddMasterKey ( string areaID ) : void
areaID string
return void

AddMasterShelf() public method

public AddMasterShelf ( string areaID ) : void
areaID string
return void

AddShelf() public method

public AddShelf ( string areaID ) : void
areaID string
return void

KeyStash() public method

public KeyStash ( ) : System
return System

MasterCount() public method

public MasterCount ( string areaID ) : int
areaID string
return int

NormalCount() public method

public NormalCount ( string areaID ) : int
areaID string
return int

UseKey() public method

Removes a key for the current area from its respective shelf. Returns true if there is a key available.
public UseKey ( string areaID ) : bool
areaID string The area ID.
return bool

UseMaster() public method

public UseMaster ( string areaID ) : bool
areaID string
return bool