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

Class UnturnedPlayerCommandParameterResolveProvider

Inheritance
System.Object
UnturnedPlayerCommandParameterResolveProvider
Namespace: OpenMod.Unturned.Players
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerCommandParameterResolveProvider : ICommandParameterResolveProvider

Methods

| Improve this Doc View Source

ResolveAsync(Type, String)

Declaration
public Task<object?> ResolveAsync(Type type, string input)
Parameters
Type Name Description
Type type
System.String input
Returns
Type Description
Task<System.Nullable<System.Object>>
| Improve this Doc View Source

Supports(Type)

Declaration
public bool Supports(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
System.Boolean

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)