M&B: Bannerlord 1.3.4
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Library.FileHelperExtensions Class Reference

Static Public Member Functions

static void Load (this XmlDocument document, PlatformFilePath path)
 
static async Task LoadAsync (this XmlDocument document, PlatformFilePath path)
 
static void Save (this XmlDocument document, PlatformFilePath path)
 
static async Task SaveAsync (this XmlDocument document, PlatformFilePath path)
 

Member Function Documentation

◆ Load()

static void TaleWorlds.Library.FileHelperExtensions.Load ( this XmlDocument document,
PlatformFilePath path )
static

◆ LoadAsync()

static async Task TaleWorlds.Library.FileHelperExtensions.LoadAsync ( this XmlDocument document,
PlatformFilePath path )
static

◆ Save()

static void TaleWorlds.Library.FileHelperExtensions.Save ( this XmlDocument document,
PlatformFilePath path )
static

◆ SaveAsync()

static async Task TaleWorlds.Library.FileHelperExtensions.SaveAsync ( this XmlDocument document,
PlatformFilePath path )
static