Class OnModInfoEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnModInfoEventArgs
Properties
| Improve this Doc View SourceFileName
The filename of the modified file.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
String |
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[] |