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

Class RocketModCommandFromOpenMod

Inheritance
System.Object
RocketModCommandFromOpenMod
Implements
Rocket.API.IRocketCommand
Namespace: OpenMod.Unturned.RocketMod.Commands
Assembly: OpenMod.Unturned.dll
Syntax
public class RocketModCommandFromOpenMod : object, IRocketCommand

Constructors

| Improve this Doc View Source

RocketModCommandFromOpenMod(ICommandContext)

Declaration
public RocketModCommandFromOpenMod(ICommandContext commandContext)
Parameters
Type Name Description
ICommandContext commandContext

Properties

| Improve this Doc View Source

Aliases

Declaration
public List<string> Aliases { get; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

AllowedCaller

Declaration
public AllowedCaller AllowedCaller { get; }
Property Value
Type Description
Rocket.API.AllowedCaller
| Improve this Doc View Source

Help

Declaration
public string Help { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Permissions

Declaration
public List<string> Permissions { get; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Syntax

Declaration
public string Syntax { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Execute(IRocketPlayer, String[])

Declaration
public void Execute(IRocketPlayer player, string[] command)
Parameters
Type Name Description
Rocket.API.IRocketPlayer player
System.String[] command

Implements

Rocket.API.IRocketCommand

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)