Click or drag to resize

BasePlayerClickTextDraw Event

Occurs when the OnClickTextDraw(ClickTextDrawEventArgs) is being called. This callback is called when a player clicks on a textdraw. It is not called when player cancels the select mode (ESC)

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public event EventHandler<ClickTextDrawEventArgs> ClickTextDraw

Value

Type: SystemEventHandlerClickTextDrawEventArgs
Remarks
The clickable area is defined by Width and Width. The x and y parameters passed to that function must not be zero or negative.
See Also