sharedlibrarycoreinterfaces IRegisterEvent - RaidMax/IW4M-Admin GitHub Wiki

IRegisterEvent Public interface

Description

interface defining the capabilities of a custom event registration

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IRegisterEvent[IRegisterEvent](/RaidMax/IW4M-Admin/wiki/IRegisterEvent)
  class SharedLibraryCore.Interfaces.IRegisterEvent interfaceStyle;
  end

Members

Properties

Public properties

Type Name Methods
IEnumerable<(string Item1, string Item2, Func<string, IEventParserConfiguration, GameEvent, GameEvent> Item3)> Eventscollection of custom event registrations (Subtype, trigger value, event generator) get

Details

Summary

interface defining the capabilities of a custom event registration

Properties

Events

public IEnumerable<(string Item1, string Item2, Func<string, IEventParserConfiguration, GameEvent, GameEvent> Item3)> Events { get; }
Summary

collection of custom event registrations (Subtype, trigger value, event generator)

Generated with ModularDoc