Show / Hide Table of Contents

Class PlayerModInfoArgs

Inheritance
object
EventArgs
PlayerModInfoArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PlayerModInfoArgs : EventArgs

Constructors

| Edit this page View Source

PlayerModInfoArgs(string, IEnumerable<ModInfoItem>)

Declaration
public PlayerModInfoArgs(string infoType, IEnumerable<ModInfoItem> modInfoItems)
Parameters
Type Name Description
string infoType
IEnumerable<ModInfoItem> modInfoItems

Properties

| Edit this page View Source

InfoType

Declaration
public string InfoType { get; }
Property Value
Type Description
string
| Edit this page View Source

ModInfoItems

Declaration
public IEnumerable<ModInfoItem> ModInfoItems { get; }
Property Value
Type Description
IEnumerable<ModInfoItem>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX