![]() |
FurcadiaMarkup Class |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
SystemObject Furcadia.TextFurcadiaMarkup
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Top
Top
Top
Top
[This is preliminary documentation and is subject to change.]
Furcadia Markup Language (FML) REGEX
Inheritance Hierarchy
Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax
public sealed class FurcadiaMarkup
Public NotInheritable Class FurcadiaMarkup Dim instance As FurcadiaMarkup
public ref class FurcadiaMarkup sealed
[<SealedAttribute>] type FurcadiaMarkup = class end
The FurcadiaMarkup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FurcadiaMarkup | Initializes a new instance of the FurcadiaMarkup class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | ChannelTag |
Format Channel Tags
<channel name='@channelname' /> |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | ChannelNameFilter |
Dynamic Channel tags
<channel name='@channelName' / > |
![]() ![]() | CookieToMeREGEX | |
![]() ![]() | DescFilter | |
![]() ![]() | DescTagRegex |
Pesky Desc tags filter
|
![]() ![]() | DiceFilter | |
![]() ![]() | EmoteRegexFilter | |
![]() ![]() | FontChannelFilter | font = 1 system.fhs =2 system alt = 3 Channel Name = 4 Text = 5 |
![]() ![]() | Iconfilter | |
![]() ![]() | NameFilter | |
![]() ![]() | NameRegex |
Filter the Name Markup
|
![]() ![]() | QueryCommand |
Queries (join, summon, lead follow, cuddle)
|
![]() ![]() | ShoutRegexFilter | |
![]() ![]() | UrlFilter |
Regex for working with HTML URLS
|
![]() ![]() | WhisperRegex | |
![]() ![]() | YouEatCookieFilter | |
![]() ![]() | YouSayFilter | |
![]() ![]() | YouShoutFilter | |
![]() ![]() | YouWhisperRegex |
Whispers Name
|
Extension Methods
Name | Description | |
---|---|---|
![]() | AsDouble | (Defined by ObjectExtensions.) |
![]() | AsInt16 | (Defined by ObjectExtensions.) |
![]() | AsInt32 | (Defined by ObjectExtensions.) |
![]() | AsInt64 | (Defined by ObjectExtensions.) |
![]() | AsString | (Defined by ObjectExtensions.) |
See Also