OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class CommandContextExtensions

Inheritance
System.Object
CommandContextExtensions
Namespace: OpenMod.Core.Commands
Assembly: OpenMod.Core.dll
Syntax
public static class CommandContextExtensions : object

Methods

| Improve this Doc View Source

GetCommandLine(ICommandContext, Boolean)

Declaration
public static string GetCommandLine(this ICommandContext context, bool includeArguments = true)
Parameters
Type Name Description
ICommandContext context
System.Boolean includeArguments
Returns
Type Description
System.String