Class WorldLayerCommands
Inheritance
System.Object
WorldLayerCommands
Namespace: Eco.Gameplay.Systems.Messaging.Chat.Commands
Assembly: Eco.Gameplay.dll
Syntax
[ChatCommandHandler]
public static class WorldLayerCommands : Object
Methods
RegenLayer(IChatClient, String)
Declaration
[ChatSubCommand]
public static void RegenLayer(IChatClient chatClient, string layerName)
Parameters
Type | Name | Description |
---|---|---|
IChatClient | chatClient | |
System.String | layerName |
SetLayer(IChatClient, String, Single, Single)
Declaration
[ChatSubCommand]
public static void SetLayer(IChatClient chatClient, string layerName, float value, float maxValue = NaNF)
Parameters
Type | Name | Description |
---|---|---|
IChatClient | chatClient | |
System.String | layerName | |
System.Single | value | |
System.Single | maxValue |