AlpacaLibary  1.63
A closed source C++ bot for OSRS
ScriptInfo Struct Reference

#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 = ""
 

Detailed Description

Definition at line 17 of file Script.hpp.

Member Data Documentation

◆ Author

std::string ScriptInfo::Author = ""

Definition at line 23 of file Script.hpp.

◆ Category

std::string ScriptInfo::Category = ""

Definition at line 22 of file Script.hpp.

◆ Description

std::string ScriptInfo::Description = ""

Definition at line 20 of file Script.hpp.

◆ ForumPage

std::string ScriptInfo::ForumPage = ""

Definition at line 25 of file Script.hpp.

◆ Name

std::string ScriptInfo::Name = ""

Definition at line 19 of file Script.hpp.

◆ UID

std::string ScriptInfo::UID = ""

Definition at line 24 of file Script.hpp.

◆ Version

std::string ScriptInfo::Version = ""

Definition at line 21 of file Script.hpp.


The documentation for this struct was generated from the following file: