sharedlibrarycorecommands RunAsCommand - RaidMax/IW4M-Admin GitHub Wiki
RunAsCommand Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Commands
SharedLibraryCore.Commands.RunAsCommand[RunAsCommand](/RaidMax/IW4M-Admin/wiki/RunAsCommand)
end
subgraph SharedLibraryCore
SharedLibraryCore.Command[Command](/RaidMax/IW4M-Admin/wiki/Command)
class SharedLibraryCore.Command abstractStyle;
end
SharedLibraryCore.Command --> SharedLibraryCore.Commands.RunAsCommand
Members
Methods
Public methods
Details
Inheritance
Constructors
RunAsCommand
Source code
public RunAsCommand(CommandConfiguration config, ITranslationLookup lookup)
Arguments
Methods
ExecuteAsync
Source code
public override async Task ExecuteAsync(GameEvent gameEvent)
Arguments
Generated with ModularDoc