Class PrefabExtensionSetAttributePatch
- Namespace
- Bannerlord.UIExtenderEx.Prefabs
- Assembly
- Bannerlord.UIExtenderEx.dll
Patch that adds or replaces node's attribute specified by XPath with node from prefab extension
public abstract class PrefabExtensionSetAttributePatch : IPrefabPatch
- Inheritance
-
PrefabExtensionSetAttributePatch
- Implements
- Inherited Members
Properties
Attribute
public abstract string Attribute { get; }
Property Value
Id
Name of the extension snippet, without .xml
public abstract string Id { get; }
Property Value
Value
public abstract string Value { get; }
Property Value
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