Table of Contents

Class CustomPatch<T>

Namespace
Bannerlord.UIExtenderEx.Prefabs
Assembly
Bannerlord.UIExtenderEx.dll

Custom patch on either whole XmlDocument (if T is XmlDocument) or Xpath specified node (if XmlNode is the generic argument)

public abstract class CustomPatch<T> : IPrefabPatch where T : XmlNode

Type Parameters

T
Inheritance
CustomPatch<T>
Implements
Inherited Members

Properties

Id

public abstract string Id { get; }

Property Value

string

Methods

Apply(T)

Apply this patch to obj

public abstract void Apply(T obj)

Parameters

obj T

This page was last modified at 01/07/2024 15:42:12 +02:00 (UTC).

Commit Message
Author:    Vitalii Mikhailov
Commit:    8e7791fbf43426d6f22c8d8e79438b8b61407146
new UIExtender replcaed with UIExtender.Create

Added the ability to disable specific Prefabs and Mixins
Added the ability to deregister UIExtender
Added the ability to get another mods UIExtender
Updated PUML diagrams