M&B: Bannerlord 1.0.0
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Core.XmlHelper Class Reference

Static Public Member Functions

static int ReadInt (XmlNode node, string str)
 
static void ReadInt (ref int val, XmlNode node, string str)
 
static float ReadFloat (XmlNode node, string str, float defaultValue=0.0f)
 
static string ReadString (XmlNode node, string str)
 
static void ReadHexCode (ref uint val, XmlNode node, string str)
 
static bool ReadBool (XmlNode node, string str)
 

Member Function Documentation

◆ ReadInt() [1/2]

static int TaleWorlds.Core.XmlHelper.ReadInt ( XmlNode  node,
string  str 
)
static

◆ ReadInt() [2/2]

static void TaleWorlds.Core.XmlHelper.ReadInt ( ref int  val,
XmlNode  node,
string  str 
)
static

◆ ReadFloat()

static float TaleWorlds.Core.XmlHelper.ReadFloat ( XmlNode  node,
string  str,
float  defaultValue = 0.0f 
)
static

◆ ReadString()

static string TaleWorlds.Core.XmlHelper.ReadString ( XmlNode  node,
string  str 
)
static

◆ ReadHexCode()

static void TaleWorlds.Core.XmlHelper.ReadHexCode ( ref uint  val,
XmlNode  node,
string  str 
)
static

◆ ReadBool()

static bool TaleWorlds.Core.XmlHelper.ReadBool ( XmlNode  node,
string  str 
)
static