T_Furcadia_Net_DreamInfo_Furre - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Furre Class

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Class for Proxies and bots to use Furrre Data provided by the game server.

Inheritance Hierarchy

System.Object
  Furcadia.Net.DreamInfo.Furre
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

[SerializableAttribute]
public class Furre : IFurre

VB

<SerializableAttribute>
Public Class Furre
	Implements IFurre

VB Usage

Dim instance As Furre

C++

[SerializableAttribute]
public ref class Furre : IFurre

F#

[<SerializableAttribute>]
type Furre =  
    class
        interface IFurre
    end

The Furre type exposes the following members.

Constructors

 

Name Description
Public method Furre() Initializes a new instance of the Furre class
Public method Furre(Int32) Initializes a new instance of the Furre class
Public method Furre(String) Furre Constructor with Name
Public method Furre(Int32, String) Initializes a new instance of the Furre class
  Back to Top

Properties

 

Name Description
Public property AfkTime Away from keyboard time
Public property BeekinBadge
Public property Direction
Public property FloorObjectCurrent
Public property FloorObjectOld
Public property FurreColors Furcadia Color Code (v31c)
Public property FurreDescription Furcadia Description
Public property FurreID Furre ID
Public property Gender **Obsolete. **
Public property Group
Public property LastPosition The Position the Furre Moved from
Public property LastStat
Public property Level
Public property Message Last Message Furre had
Public property Name Furcadia Name
Public property PawObjectCurrent
Public property PawObjectOld
Public property Pose Furre Pose
Public property Position Current position where the Furre is standing
Public property ShortName Furcadia Shortname format for Furre Name
Public property Visible
Public property WasVisible
  Back to Top

Methods

 

Name Description
Public method Equals

(Overrides Object.Equals(Object).)

Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode

(Overrides Object.GetHashCode().)

Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToFurcadiaID()
Public method ToFurcadiaID(Func(IFurre, Int32))
Public method ToString()

(Overrides Object.ToString().)

Public method ToString(Func(IFurre, String))
  Back to Top

Operators

 

Name Description
Public operatorStatic member Equality
Public operatorStatic member Implicit(Regex to Furre)
Public operatorStatic member Inequality
  Back to Top

Extension Methods

 

Name Description
Public Extension Method AsDouble (Defined by ObjectExtensions.)
Public Extension Method AsInt16 (Defined by ObjectExtensions.)
Public Extension Method AsInt32 (Defined by ObjectExtensions.)
Public Extension Method AsInt64 (Defined by ObjectExtensions.)
Public Extension Method AsString (Defined by ObjectExtensions.)
  Back to Top

See Also

Reference

Furcadia.Net.DreamInfo Namespace

⚠️ **GitHub.com Fallback** ⚠️