-
-
Notifications
You must be signed in to change notification settings - Fork 49
iw4madminapplicationextensions CommandExtensions
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application.Extensions
IW4MAdmin.Application.Extensions.CommandExtensions[[CommandExtensions]]
end
| Returns | Name |
|---|---|
string |
CommandConfigNameForType(IManagerCommand command)determines the command configuration name for given manager command |
IList<Gametype> |
FindGametype(DefaultSettings settings, string gameType, Nullable<Game> game) |
IList<Map> |
FindMap(Server server, string mapName) |
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
public static IList<Map> FindMap(Server server, string mapName)| Type | Name | Description |
|---|---|---|
Server |
server | |
string |
mapName |
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