M&B: Bannerlord 1.3.14
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()

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

◆ LoadAsync()

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

◆ Save()

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

◆ SaveAsync()

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