Delegate DialogClickDelegate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
The delegate for a dialogue click.
public delegate void DialogClickDelegate(IServerPlayer byPlayer, string widgetId)
Parameters
byPlayerIServerPlayerThe player that clicked the dialogue.
widgetIdstringThe internal name of the Widget.
- Extension Methods