ChatMessage.Expression overview
![]() Equals (inherited from Object) | Determines whether the specified Object instances are considered equal. |
![]() ReferenceEquals (inherited from Object) | Determines whether the specified Object instances are the same instance. |
ChatMessage.Expression Constructor
|
Creates an expression to parse a chat mesasge. |
Category | The HeroStats category that this expression relates to |
Pattern | The string, from ChatMessageRegexs.dat, that was used to create the regular expression |
Regex | The regular expression object created from RegexString |
RegexString | The regular expression string that will be used to match chat messages |
Variables | Name-value pairs of matches. Names are taken from RegexString captures. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Creates and returns a hash value for this type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString | Obtains a string representation of the current instance. |
ChatMessage.Expression Class | CityOfHeroes Namespace