sharedlibrarycorecommands CommandProcessing - RaidMax/IW4M-Admin GitHub Wiki
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Commands
SharedLibraryCore.Commands.CommandProcessing[[CommandProcessing]]
end
| Returns | Name |
|---|---|
Task<Command> |
ValidateCommand(GameEvent gameEvent, ApplicationConfiguration appConfig, CommandConfiguration commandConfig) |
public CommandProcessing()public static async Task<Command> ValidateCommand(GameEvent gameEvent, ApplicationConfiguration appConfig, CommandConfiguration commandConfig)| Type | Name | Description |
|---|---|---|
GameEvent |
gameEvent | |
ApplicationConfiguration |
appConfig | |
CommandConfiguration |
commandConfig |
Generated with ModularDoc