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 |
public AddKey ( string areaID ) : void | ||
areaID | string | The area ID. |
return | void |
public AddMasterShelf ( string areaID ) : void | ||
areaID | string | |
return | void |
public UseKey ( string areaID ) : bool | ||
areaID | string | The area ID. |
return | bool |