Show / Hide Table of Contents

Class Mod

A single mod, consisting of a .txd and optionally a .dff and .col

Inheritance
Object
Mod
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Assets
Assembly: SlipeClient.dll
Syntax
public class Mod

Constructors

| Improve this Doc View Source

Mod(Txd, Dff, Col)

Creates a new Mod using TXD, DFF and COL instances

Declaration
public Mod(Txd txd = null, Dff dff = null, Col col = null)
Parameters
Type Name Description
Txd txd
Dff dff
Col col
| Improve this Doc View Source

Mod(String, String, String)

Creates a new mod using TXD, DFF and COL filepaths

Declaration
public Mod(string txdFilepath = null, string dffFilepath = null, string colFilepath = null)
Parameters
Type Name Description
String txdFilepath
String dffFilepath
String colFilepath

Methods

| Improve this Doc View Source

ApplyTo(Int32, Boolean)

Downloads, loads and applies all files required for this mod.

Declaration
public void ApplyTo(int model, bool supportsAlpha = false)
Parameters
Type Name Description
Int32 model
Boolean supportsAlpha
| Improve this Doc View Source

Restore(Int32)

Declaration
public void Restore(int model)
Parameters
Type Name Description
Int32 model

Events

| Improve this Doc View Source

OnDownloadComplete

Event that is called after the file has been downloaded

Declaration
public event Mod.OnDownloadCompleteHandler OnDownloadComplete
Event Type
Type Description
Mod.OnDownloadCompleteHandler
  • Improve this Doc
  • View Source
Back to top Generated by DocFX