sharedlibrarycoreinterfaces IPlugin - RaidMax/IW4M-Admin GitHub Wiki
IPlugin Public interface
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Interfaces
SharedLibraryCore.Interfaces.IPlugin[IPlugin](/RaidMax/IW4M-Admin/wiki/IPlugin)
class SharedLibraryCore.Interfaces.IPlugin interfaceStyle;
end
Members
Properties
Public properties
Methods
Public methods
Details
Methods
OnLoadAsync
Source code
public Task OnLoadAsync(IManager manager)
Arguments
OnUnloadAsync
Source code
public Task OnUnloadAsync()
OnEventAsync
Source code
public Task OnEventAsync(GameEvent gameEvent, Server server)
Arguments
OnTickAsync
Source code
public Task OnTickAsync(Server S)
Arguments
Type |
Name |
Description |
Server |
S |
|
Properties
Name
public string Name { get; }
Version
public float Version { get; }
Author
public string Author { get; }
IsParser
public bool IsParser { get; }
Generated with ModularDoc