SampSharp
SampSharp
SampSharp.GameMode.Display
TextDraw Class
TextDraw Events
Click Event
TextDraw
Click Event
Occurs when the
OnPlayerClickTextDraw(BasePlayer, ClickTextDrawEventArgs)
is being called. This callback is called when a player clicks on a textdraw or cancels the select mode(ESC).
Namespace:
SampSharp.GameMode.Display
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
event
EventHandler
<
ClickTextDrawEventArgs
>
Click
Value
Type:
System
EventHandler
ClickTextDrawEventArgs
See Also
Reference
TextDraw Class
SampSharp.GameMode.Display Namespace