Interface ICustomClientEdit
Namespace: Eco.Gameplay.Systems
Assembly: Eco.Gameplay.dll
Syntax
public interface ICustomClientEdit
Methods
Edit(User, Boolean, Action<IController>, Action<User>)
Declaration
void Edit(User user, bool readOnly, Action<IController> onSubmit = null, Action<User> onClose = null)
Parameters
| Type | Name | Description |
|---|---|---|
| User | user | |
| System.Boolean | readOnly | |
| System.Action<IController> | onSubmit | |
| System.Action<User> | onClose |