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.
Name | Description |
---|---|
PlInfo_Name | Plugin name |
PlInfo_Author | Plugin author |
PlInfo_Description | Plugin description |
PlInfo_Version | Plugin version |
PlInfo_URL | Plugin URL |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.