PluginInfo Enumeration

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.

Values 5

Name Description
PlInfo_Name

Plugin name

PlInfo_Author

Plugin author

PlInfo_Description

Plugin description

PlInfo_Version

Plugin version

PlInfo_URL

Plugin URL