Class Announcement
Assembly: SlipeServer.dll
Syntax
public class Announcement
Properties
|
Improve this Doc
View Source
GameType
Declaration
public string GameType { get; set; }
Property Value
|
Improve this Doc
View Source
MapName
Declaration
public string MapName { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetRuleValue(String)
Declaration
public string GetRuleValue(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
|
Improve this Doc
View Source
RemoveRuleValue(String)
Declaration
public bool RemoveRuleValue(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
|
Improve this Doc
View Source
SetRuleValue(String, String)
Declaration
public bool SetRuleValue(string key, string value)
Parameters
Returns