Table of Contents

Class ModulePrefabExtensionInsertPatch

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

Patch that inserts prefab extension (specified by Name) as a child in XPath specified node, at specific position (Position property) Extension snippet should be named as {Name}.xml and located at module's GUI/PrefabExtensions folder.

[Obsolete("Use Prefabs2.PrefabExtensionInsertPatch instead.")]
public abstract class ModulePrefabExtensionInsertPatch : PrefabExtensionInsertPatch, IPrefabPatch
Inheritance
ModulePrefabExtensionInsertPatch
Implements
Inherited Members

Constructors

ModulePrefabExtensionInsertPatch(string, string)

protected ModulePrefabExtensionInsertPatch(string name, string moduleName)

Parameters

name string
moduleName string

Methods

GetPrefabExtension()

public override XmlDocument GetPrefabExtension()

Returns

XmlDocument