1 iw4madminapplicationextensions CommandExtensions
RaidMax edited this page 2023-05-20 22:09:21 -05:00

CommandExtensions Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.Extensions
  IW4MAdmin.Application.Extensions.CommandExtensions[[CommandExtensions]]
  end

Members

Methods

Public Static methods

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)

Details

Methods

CommandConfigNameForType

Source code

public static string CommandConfigNameForType(IManagerCommand command)
Arguments
Type Name Description
IManagerCommand command command to determine config name for
Summary

determines the command configuration name for given manager command

Returns

FindMap

Source code

public static IList<Map> FindMap(Server server, string mapName)
Arguments
Type Name Description
Server server
string mapName

FindGametype

Source code

public static IList<Gametype> FindGametype(DefaultSettings settings, string gameType, Nullable<Game> game)
Arguments
Type Name Description
DefaultSettings settings
string gameType
Nullable<Game> game

Generated with ModularDoc