CScriptInfo

Script info object.
Contains script information.

Type: Reference type

Methods

Declaration Description
const string& GetAuthor() const Gets the author name.
void SetAuthor(const string& in szAuthor) Sets the author name.
const string& GetContactInfo() const Gets the author's contact info.
void SetContactInfo(const string& in szContactInfo) Sets the author's contact info.
AdminLevel_t GetMinimumAdminLevel() const Gets the minimum admin level required for commands.
void SetMinimumAdminLevel(const AdminLevel_t minimumAdminLevel) Sets the minimum admin level required for commands. You cannot lower the minimum level.