AlpacaLibary  1.63
A closed source C++ bot for OSRS
DepositBox.hpp
Go to the documentation of this file.
1 #ifndef DEPOSITBOX_HPP
2 #define DEPOSITBOX_HPP
3 
4 namespace DepositBox
5 {
6  bool IsOpen();
7  bool Close(bool AllowEsc = true);
8 
9  bool DepositAll();
11  bool DepositLoot();
12 }
13 
14 #endif // DEPOSITBOX_HPP
bool DepositAll()
bool Close(bool AllowEsc=true)
bool IsOpen()
bool DepositLoot()
bool DepositEquipment()