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-local+709673996c0cc3c0733358a87691d1009326afa7
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