Table of Contents

Class CommandLineFunctionality

Namespace
TaleWorlds.Library
Assembly
TaleWorlds.Library.dll
public static class CommandLineFunctionality
Inheritance
CommandLineFunctionality
Inherited Members

Methods

CallFunction(string, List<string>, out bool)

public static string CallFunction(string concatName, List<string> argList, out bool found)

Parameters

concatName string
argList List<string>
found bool

Returns

string

CallFunction(string, string, out bool)

public static string CallFunction(string concatName, string concatArguments, out bool found)

Parameters

concatName string
concatArguments string
found bool

Returns

string

CollectCommandLineFunctions()

public static List<string> CollectCommandLineFunctions()

Returns

List<string>

HasFunctionForCommand(string)

public static bool HasFunctionForCommand(string command)

Parameters

command string

Returns

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).