-
-
Notifications
You must be signed in to change notification settings - Fork 44
iw4madminapplicationrconparsers DynamicRConParser
RaidMax edited this page May 21, 2023
·
1 revision
empty implementation of the IW4RConParser allows script plugins to generate dynamic RCon parsers
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
empty implementation of the IW4RConParser allows script plugins to generate dynamic RCon parsers
public DynamicRConParser(ILogger<BaseRConParser> logger, IParserRegexFactory parserRegexFactory)
Type | Name | Description |
---|---|---|
ILogger <BaseRConParser > |
logger | |
IParserRegexFactory |
parserRegexFactory |
Generated with ModularDoc