Click or drag to resize

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 59
Syntax
[SerializableAttribute]
public class Furre : IFurre

The Furre type exposes the following members.

Constructors
  NameDescription
Public methodFurre
Initializes a new instance of the Furre class.
Public methodFurre(String)
Furre Constructor with Name
Public methodFurre(Base220)
Initializes a new instance of the Furre class.
Public methodFurre(Base220, 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 propertyGroup
Gets the group.
Public propertyGroupLevel
Gets the level.
Public propertyHasEnteredRange
Gets a value indicating whether this furre has left the bots view.
Public propertyHasLeftRange
Gets a value indicating whether this furre has left the bots view.
Public propertyInRange
Gets or sets a value indicating whether this Furre is inRange.
Public propertyLastPosition
The Position the Furre Moved from
Public propertyLastStat
Gets the last stat.
Public propertyLocation
Current position where the Furre is standing
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 propertyShortName
Furcadia Short-name format for Furre Name
Public propertyVisible
Gets a value indicating whether this Furre is 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
Ases the double.
(Defined by ObjectExtensions.)
Public Extension MethodAsInt16
converts an object to 16 bit integer
(Defined by ObjectExtensions.)
Public Extension MethodAsInt32
Ases the int32.
(Defined by ObjectExtensions.)
Public Extension MethodAsInt64
Ases the int64.
(Defined by ObjectExtensions.)
Public Extension MethodAsString
Ases the string.
(Defined by ObjectExtensions.)
Top
Remarks
Furre ID is provided by the Furcadia game
See Also