Furre Class

Furcadia Framework

Furre Class

Furcadia Framework For Third Party Programs
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

SystemObject  Furcadia.Net.DreamInfoFurre

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

[SerializableAttribute]
public class Furre : IFurre
<SerializableAttribute>
Public Class Furre
	Implements IFurre

Dim instance As Furre
[SerializableAttribute]
public ref class Furre : IFurre
[<SerializableAttribute>]
type Furre =  
    class
        interface IFurre
    end

The Furre type exposes the following members.

Constructors

  NameDescription
Public methodFurre
Initializes a new instance of the Furre class
Public methodFurre(Int32)
Initializes a new instance of the Furre class
Public methodFurre(String)
Furre Constructor with Name
Public methodFurre(Int32, String)
Initializes a new instance of the Furre class
Top
Properties

  NameDescription
Public propertyAfkTime
Away from keyboard time
Public propertyBeekinBadge
Public propertyDirection
Public propertyFloorObjectCurrent
Public propertyFloorObjectOld
Public propertyFurreColors
Furcadia Color Code (v31c)
Public propertyFurreDescription
Furcadia Description
Public propertyFurreID
Furre ID
Public propertyGender Obsolete.
Public propertyGroup
Public propertyLastPosition
The Position the Furre Moved from
Public propertyLastStat
Public propertyLevel
Public propertyMessage
Last Message Furre had
Public propertyName
Furcadia Name
Public propertyPawObjectCurrent
Public propertyPawObjectOld
Public propertyPose
Furre Pose
Public propertyPosition
Current position where the Furre is standing
Public propertyShortName
Furcadia Shortname format for Furre Name
Public propertyVisible
Public propertyWasVisible
Top
Methods

  NameDescription
Public methodEquals
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToFurcadiaID
Public methodToFurcadiaID(FuncIFurre, Int32)
Public methodToString
(Overrides ObjectToString.)
Public methodToString(FuncIFurre, String)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Extension Methods

  NameDescription
Public Extension MethodAsDouble (Defined by ObjectExtensions.)
Public Extension MethodAsInt16 (Defined by ObjectExtensions.)
Public Extension MethodAsInt32 (Defined by ObjectExtensions.)
Public Extension MethodAsInt64 (Defined by ObjectExtensions.)
Public Extension MethodAsString (Defined by ObjectExtensions.)
Top
See Also

Reference