Class UnturnedUIEffectsKeysProvider
Inheritance
System.Object
UnturnedUIEffectsKeysProvider
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedUIEffectsKeysProvider : object, IUnturnedUIEffectsKeysProvider
Constructors
|
Improve this Doc
View Source
UnturnedUIEffectsKeysProvider(ILogger<UnturnedUIEffectsKeysProvider>)
Declaration
public UnturnedUIEffectsKeysProvider(ILogger<UnturnedUIEffectsKeysProvider> logger)
Parameters
Methods
|
Improve this Doc
View Source
BindKey(IOpenModComponent)
Declaration
public UnturnedUIEffectKey BindKey(IOpenModComponent component)
Parameters
| Type |
Name |
Description |
| IOpenModComponent |
component |
|
Returns
|
Improve this Doc
View Source
BindKeys(IOpenModComponent, Int32)
Declaration
public IEnumerable<UnturnedUIEffectKey> BindKeys(IOpenModComponent component, int amount)
Parameters
| Type |
Name |
Description |
| IOpenModComponent |
component |
|
| System.Int32 |
amount |
|
Returns
|
Improve this Doc
View Source
ReleaseAllKeys(IOpenModComponent)
Declaration
public void ReleaseAllKeys(IOpenModComponent component)
Parameters
| Type |
Name |
Description |
| IOpenModComponent |
component |
|
|
Improve this Doc
View Source
ReleaseKey(IOpenModComponent, UnturnedUIEffectKey)
Declaration
public bool ReleaseKey(IOpenModComponent component, UnturnedUIEffectKey key)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Implements
Extension Methods