AlpacaLibary
1.63
A closed source C++ bot for OSRS
CollectionBox.hpp
Go to the documentation of this file.
1
#ifndef COLLECTIONBOX_HPP_INCLUDED
2
#define COLLECTIONBOX_HPP_INCLUDED
3
4
namespace
CollectionBox
5
{
6
bool
IsOpen
();
7
bool
Close
(
bool
AllowEsc =
true
);
8
bool
CollectToBank
();
9
bool
CollectToInventory
();
10
}
11
12
#endif
// COLLECTIONBOX_HPP_INCLUDED
CollectionBox
Definition:
CollectionBox.hpp:5
CollectionBox::CollectToBank
bool CollectToBank()
CollectionBox::Close
bool Close(bool AllowEsc=true)
CollectionBox::IsOpen
bool IsOpen()
CollectionBox::CollectToInventory
bool CollectToInventory()
Include
Game
Interfaces
CollectionBox.hpp
Generated by
1.9.1