iw4madminapplicationcommands ListPluginsCommand - RaidMax/IW4M-Admin GitHub Wiki
Lists the loaded plugins
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Commands
IW4MAdmin.Application.Commands.ListPluginsCommand[[ListPluginsCommand]]
end
subgraph SharedLibraryCore
SharedLibraryCore.Command[[Command]]
class SharedLibraryCore.Command abstractStyle;
end
SharedLibraryCore.Command --> IW4MAdmin.Application.Commands.ListPluginsCommand
Returns | Name |
---|---|
Task |
ExecuteAsync (GameEvent gameEvent) |
Lists the loaded plugins
public ListPluginsCommand(CommandConfiguration config, ITranslationLookup translationLookup, IEnumerable<IPlugin> plugins)
Type | Name | Description |
---|---|---|
CommandConfiguration |
config | |
ITranslationLookup |
translationLookup | |
IEnumerable <IPlugin > |
plugins |
public override Task ExecuteAsync(GameEvent gameEvent)
Type | Name | Description |
---|---|---|
GameEvent |
gameEvent |
Generated with ModularDoc