Skip to content

iw4madminapplicationrconparsers DynamicRConParser

RaidMax edited this page May 21, 2023 · 1 revision

DynamicRConParser Internal class

Description

empty implementation of the IW4RConParser allows script plugins to generate dynamic RCon parsers

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application.RConParsers
  IW4MAdmin.Application.RConParsers.DynamicRConParser[[DynamicRConParser]]
  IW4MAdmin.Application.RConParsers.BaseRConParser[[BaseRConParser]]
  end
IW4MAdmin.Application.RConParsers.BaseRConParser --> IW4MAdmin.Application.RConParsers.DynamicRConParser
Loading

Details

Summary

empty implementation of the IW4RConParser allows script plugins to generate dynamic RCon parsers

Inheritance

Constructors

DynamicRConParser

Source code

public DynamicRConParser(ILogger<BaseRConParser> logger, IParserRegexFactory parserRegexFactory)
Arguments
Type Name Description
ILogger<BaseRConParser> logger
IParserRegexFactory parserRegexFactory

Generated with ModularDoc

Clone this wiki locally