Class CommandRegistrationHelper
Inheritance
System.Object
CommandRegistrationHelper
Namespace: OpenMod.Core.Commands
Assembly: OpenMod.Core.dll
Syntax
public static class CommandRegistrationHelper : object
Methods
| Improve this Doc View SourceGetChildren(ICommandRegistration, IEnumerable<ICommandRegistration>)
Declaration
public static List<ICommandRegistration> GetChildren(ICommandRegistration registration, IEnumerable<ICommandRegistration> commandRegistrations)
Parameters
| Type | Name | Description |
|---|---|---|
| ICommandRegistration | registration | |
| IEnumerable<ICommandRegistration> | commandRegistrations |
Returns
| Type | Description |
|---|---|
| List<ICommandRegistration> |