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

Static Public Member Functions

static void InitializeReferences ()
 
static MBActionSet GetActionSetWithSuffix (Monster monster, bool isFemale, string suffix)
 
static MBActionSet GetActionSet (string actionSetCode)
 
static string GetMemberName< T > (System.Linq.Expressions.Expression< Func< T > > memberExpression)
 
static string GetMethodName< T > (System.Linq.Expressions.Expression< Func< T > > memberExpression)
 

Static Public Attributes

const float Gravity = 9.806f
 
static readonly Vec3 GravityVec3 = new Vec3(0, 0, -Gravity)
 

Member Function Documentation

◆ InitializeReferences()

static void TaleWorlds.MountAndBlade.MBGlobals.InitializeReferences ( )
static

◆ GetActionSetWithSuffix()

static MBActionSet TaleWorlds.MountAndBlade.MBGlobals.GetActionSetWithSuffix ( Monster  monster,
bool  isFemale,
string  suffix 
)
static

◆ GetActionSet()

static MBActionSet TaleWorlds.MountAndBlade.MBGlobals.GetActionSet ( string  actionSetCode)
static

◆ GetMemberName< T >()

static string TaleWorlds.MountAndBlade.MBGlobals.GetMemberName< T > ( System.Linq.Expressions.Expression< Func< T > >  memberExpression)
static

◆ GetMethodName< T >()

static string TaleWorlds.MountAndBlade.MBGlobals.GetMethodName< T > ( System.Linq.Expressions.Expression< Func< T > >  memberExpression)
static

Member Data Documentation

◆ Gravity

const float TaleWorlds.MountAndBlade.MBGlobals.Gravity = 9.806f
static

◆ GravityVec3

readonly Vec3 TaleWorlds.MountAndBlade.MBGlobals.GravityVec3 = new Vec3(0, 0, -Gravity)
static