Show / Hide Table of Contents

Class OnModInfoEventArgs

Inheritance
Object
OnModInfoEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnModInfoEventArgs

Properties

| Improve this Doc View Source

FileName

The filename of the modified file.

Declaration
public string FileName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Items

Details of each modification within the file See https://wiki.multitheftauto.com/wiki/OnPlayerModInfo

Declaration
public dynamic[] Items { get; }
Property Value
Type Description
Object[]
  • Improve this Doc
  • View Source
Back to top Generated by DocFX