PluginInfo

Last Updated2016-05-20
Created At2007-03-15

Plugin information properties. Plugins can declare a global variable with their info. Example, public Plugin myinfo = { name = "Admin Help", author = "AlliedModders LLC", description = "Display command information", version = "1.0", url = "http://www.sourcemod.net/" }; SourceMod will display this information when a user inspects plugins in the console.

EntryDescription
PlInfo_AuthorPlugin author
PlInfo_VersionPlugin version
PlInfo_URLPlugin URL
PlInfo_DescriptionPlugin description
PlInfo_NamePlugin name