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();
10 }
11 
12 #endif // COLLECTIONBOX_HPP_INCLUDED
bool CollectToBank()
bool Close(bool AllowEsc=true)
bool CollectToInventory()