![]() |
Furre Class |
Furcadia Framework For Third Party Programs |
This stuff is still in the planning stages. Any questions or Comments are welcome.
SystemObject Furcadia.Net.DreamInfoFurre
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Top
Top
Top
Top
Top
[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
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
Name | Description | |
---|---|---|
![]() | Furre | Initializes a new instance of the Furre class |
![]() | Furre(Int32) | Initializes a new instance of the Furre class |
![]() | Furre(String) |
Furre Constructor with Name
|
![]() | Furre(Int32, String) | Initializes a new instance of the Furre class |
Properties
Name | Description | |
---|---|---|
![]() | AfkTime |
Away from keyboard time
|
![]() | BeekinBadge | |
![]() | Direction | |
![]() | FloorObjectCurrent | |
![]() | FloorObjectOld | |
![]() | FurreColors |
Furcadia Color Code (v31c)
|
![]() | FurreDescription |
Furcadia Description
|
![]() | FurreID |
Furre ID
|
![]() | Gender | Obsolete. |
![]() | Group | |
![]() | LastPosition |
The Position the Furre Moved from
|
![]() | LastStat | |
![]() | Level | |
![]() | Message |
Last Message Furre had
|
![]() | Name |
Furcadia Name
|
![]() | PawObjectCurrent | |
![]() | PawObjectOld | |
![]() | Pose |
Furre Pose
|
![]() | Position |
Current position where the Furre is standing
|
![]() | ShortName |
Furcadia Shortname format for Furre Name
|
![]() | Visible | |
![]() | WasVisible |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToFurcadiaID | |
![]() | ToFurcadiaID(FuncIFurre, Int32) | |
![]() | ToString | (Overrides ObjectToString.) |
![]() | ToString(FuncIFurre, String) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality | |
![]() ![]() | Inequality |
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