Click or drag to resize

DialogResponseEventArgsT Constructor

Initializes a new instance of the DialogResponseEventArgs class.

Namespace:  SampSharp.GameMode.Events
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public DialogResponseEventArgs(
	BasePlayer player,
	int dialogid,
	int response,
	int listitem,
	T itemValue,
	string inputtext
)

Parameters

player
Type: SampSharp.GameMode.WorldBasePlayer
The player.
dialogid
Type: SystemInt32
Id of the dialog.
response
Type: SystemInt32
Response of the dialog response.
listitem
Type: SystemInt32
List item of the dialog response.
itemValue
Type: T
The value of the item of the dialog response.
inputtext
Type: SystemString
Input text of the dialog response.
See Also