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