Class InsertPatch
- Namespace
- Bannerlord.UIExtenderEx.Prefabs
- Assembly
- Bannerlord.UIExtenderEx.dll
Base class for insert patches
public abstract class InsertPatch : IPrefabPatch
- Inheritance
-
InsertPatch
- Implements
- Derived
- Inherited Members
Fields
PositionFirst
Constant that will insert snippet at the very beginning
public const int PositionFirst = 0
Field Value
PositionLast
Constant that will insert snippet at the very end
public const int PositionLast = 2147483647
Field Value
Properties
Id
public abstract string Id { get; }
Property Value
Position
Position to insert snippet at
public abstract int Position { get; }
Property Value
Methods
GetPrefabExtension()
public abstract XmlDocument GetPrefabExtension()
Returns
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