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

Classes

class  CommandLineArgumentFunction
 

Static Public Member Functions

static List< string > CollectCommandLineFunctions ()
 
static bool HasFunctionForCommand (string command)
 
static string CallFunction (string concatName, string concatArguments, out bool found)
 
static string CallFunction (string concatName, List< string > argList, out bool found)
 

Member Function Documentation

◆ CollectCommandLineFunctions()

static List< string > TaleWorlds.Library.CommandLineFunctionality.CollectCommandLineFunctions ( )
static

◆ HasFunctionForCommand()

static bool TaleWorlds.Library.CommandLineFunctionality.HasFunctionForCommand ( string  command)
static

◆ CallFunction() [1/2]

static string TaleWorlds.Library.CommandLineFunctionality.CallFunction ( string  concatName,
string  concatArguments,
out bool  found 
)
static

◆ CallFunction() [2/2]

static string TaleWorlds.Library.CommandLineFunctionality.CallFunction ( string  concatName,
List< string >  argList,
out bool  found 
)
static