CommandExtensions Public class
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Extensions
IW4MAdmin.Application.Extensions.CommandExtensions[[CommandExtensions]]
end
Loading
Source code
public static string CommandConfigNameForType(IManagerCommand command)
Type |
Name |
Description |
IManagerCommand |
command |
command to determine config name for |
determines the command configuration name for given manager command
Source code
public static IList<Map> FindMap(Server server, string mapName)
Type |
Name |
Description |
Server |
server |
|
string |
mapName |
|
Source code
public static IList<Gametype> FindGametype(DefaultSettings settings, string gameType, Nullable<Game> game)
Type |
Name |
Description |
DefaultSettings |
settings |
|
string |
gameType |
|
Nullable <Game > |
game |
|
Generated with ModularDoc