SampSharp
SampSharp
SampSharp.GameMode.SAMP
ServerConfig Class
ServerConfig Methods
Get Method
GetEnumerator Method
Set Method
ServerConfig
Set Method
Sets the configuration value with the specified key to the specified value for the current session.
Namespace:
SampSharp.GameMode.SAMP
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
void
Set
(
string
key
,
string
value
)
Parameters
key
Type:
System
String
The key.
value
Type:
System
String
The value.
Exceptions
Exception
Condition
ArgumentNullException
key
See Also
Reference
ServerConfig Class
SampSharp.GameMode.SAMP Namespace