Click or drag to resize

RconLoginAttemptEventArgs Constructor

Initializes a new instance of the RconLoginAttemptEventArgs class.

Namespace:  SampSharp.GameMode.Events
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public RconLoginAttemptEventArgs(
	string ip,
	string password,
	bool success
)

Parameters

ip
Type: SystemString
The ip.
password
Type: SystemString
The password.
success
Type: SystemBoolean
if set to true this is a successful login.
See Also