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

Class UnturnedBuiltinCommand

Inheritance
System.Object
UnityEngineCommand
UnturnedCommand
UnturnedBuiltinCommand
Inherited Members
UnityEngineCommand.ExecuteAsync()
Namespace: OpenMod.Unturned.Commands
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedBuiltinCommand : UnturnedCommand

Constructors

| Improve this Doc View Source

UnturnedBuiltinCommand(IServiceProvider, UnturnedCommandRegistration)

Declaration
public UnturnedBuiltinCommand(IServiceProvider serviceProvider, UnturnedCommandRegistration commandRegistration)
Parameters
Type Name Description
IServiceProvider serviceProvider
UnturnedCommandRegistration commandRegistration

Methods

| Improve this Doc View Source

OnExecuteAsync()

Declaration
protected override UniTask OnExecuteAsync()
Returns
Type Description
UniTask
Overrides
UnityEngineCommand.OnExecuteAsync()

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)