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
();
10
bool
DepositEquipment
();
11
bool
DepositLoot
();
12
}
13
14
#endif
// DEPOSITBOX_HPP
DepositBox
Definition:
DepositBox.hpp:5
DepositBox::DepositAll
bool DepositAll()
DepositBox::Close
bool Close(bool AllowEsc=true)
DepositBox::IsOpen
bool IsOpen()
DepositBox::DepositLoot
bool DepositLoot()
DepositBox::DepositEquipment
bool DepositEquipment()
Include
Game
Interfaces
DepositBox.hpp
Generated by
1.9.1