Class CommandContextBuilder
Inheritance
System.Object
CommandContextBuilder
Assembly: OpenMod.Core.dll
Syntax
public class CommandContextBuilder : object, ICommandContextBuilder
Constructors
|
Improve this Doc
View Source
CommandContextBuilder(IOpenModStringLocalizer, ILifetimeScope)
Declaration
public CommandContextBuilder(IOpenModStringLocalizer stringLocalizer, ILifetimeScope lifetimeScope)
Parameters
Methods
|
Improve this Doc
View Source
BuildContextTree(CommandContext, IReadOnlyCollection<ICommandRegistration>)
Declaration
public virtual CommandContext BuildContextTree(CommandContext currentContext, IReadOnlyCollection<ICommandRegistration> commandRegistrations)
Parameters
Returns
|
Improve this Doc
View Source
CreateContext(ICommandActor, String[], String, IReadOnlyCollection<ICommandRegistration>)
Declaration
public ICommandContext CreateContext(ICommandActor actor, string[] args, string prefix, IReadOnlyCollection<ICommandRegistration> commandRegistrations)
Parameters
Returns
Implements
Extension Methods