Table of Contents

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

int

PositionLast

Constant that will insert snippet at the very end

public const int PositionLast = 2147483647

Field Value

int

Properties

Id

public abstract string Id { get; }

Property Value

string

Position

Position to insert snippet at

public abstract int Position { get; }

Property Value

int

Methods

GetPrefabExtension()

public abstract XmlDocument GetPrefabExtension()

Returns

XmlDocument