Furre Class

FFF3PP

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
SystemObject  Furcadia.Net.DreamInfoFurre

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
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
Gets or sets the beekin badge.
Public propertyDirection
Gets or sets the direction.
Public propertyFloorObjectCurrent
Gets or sets the floor object current.
Public propertyFloorObjectOld
Gets or sets the floor object old.
Public propertyFurreColors
Furcadia Color Code (v31c)
Public propertyFurreDescription
Furcadia Description
Public propertyFurreID
Furre ID
Public propertyGender Obsolete.
Gets the gender.
Public propertyGroup
Gets the group.
Public propertyLastPosition
The Position the Furre Moved from
Public propertyLastStat
Gets the last stat.
Public propertyLevel
Gets the level.
Public propertyMessage
Last Message Furre had
Public propertyName
Furcadia Name
Public propertyPawObjectCurrent
Gets or sets the paw object current.
Public propertyPawObjectOld
Gets or sets the paw object old.
Public propertyPose
Furre Pose
Public propertyPosition
Current position where the Furre is standing
Public propertyShortName
Furcadia Shortname format for Furre Name
Public propertyVisible
Gets or sets a value indicating whether this Furre is visible.
Public propertyWasVisible
Gets a value indicating whether [was visible].
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(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
Returns a hash code for this instance.
(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
To the furcadia identifier.
Public methodToFurcadiaID(FuncIFurre, Int32)
To the furcadia identifier.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodToString(FuncIFurre, String)
Returns a String that represents this instance.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
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
Remarks
Furre ID is provided by the Furcadia game
See Also