Show / Hide Table of Contents

Class Announcement

Inheritance
Object
Announcement
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Game
Assembly: SlipeServer.dll
Syntax
public class Announcement

Properties

| Improve this Doc View Source

GameType

Declaration
public string GameType { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

MapName

Declaration
public string MapName { get; set; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

GetRuleValue(String)

Declaration
public string GetRuleValue(string key)
Parameters
Type Name Description
String key
Returns
Type Description
String
| Improve this Doc View Source

RemoveRuleValue(String)

Declaration
public bool RemoveRuleValue(string key)
Parameters
Type Name Description
String key
Returns
Type Description
Boolean
| Improve this Doc View Source

SetRuleValue(String, String)

Declaration
public bool SetRuleValue(string key, string value)
Parameters
Type Name Description
String key
String value
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX