AlpacaLibary
1.63
A closed source C++ bot for OSRS
|
#include <Script.hpp>
Public Attributes | |
std::string | Name = "" |
std::string | Description = "" |
std::string | Version = "" |
std::string | Category = "" |
std::string | Author = "" |
std::string | UID = "" |
std::string | ForumPage = "" |
Definition at line 17 of file Script.hpp.
std::string ScriptInfo::Author = "" |
Definition at line 23 of file Script.hpp.
std::string ScriptInfo::Category = "" |
Definition at line 22 of file Script.hpp.
std::string ScriptInfo::Description = "" |
Definition at line 20 of file Script.hpp.
std::string ScriptInfo::ForumPage = "" |
Definition at line 25 of file Script.hpp.
std::string ScriptInfo::Name = "" |
Definition at line 19 of file Script.hpp.
std::string ScriptInfo::UID = "" |
Definition at line 24 of file Script.hpp.
std::string ScriptInfo::Version = "" |
Definition at line 21 of file Script.hpp.