ProxySession.Player Property

Furcadia Framework

ProxySessionPlayer Property

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.]

Current Triggering player

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

public IFurre Player { get; }
Public ReadOnly Property Player As IFurre
	Get

Dim instance As ProxySession
Dim value As IFurre

value = instance.Player
public:
property IFurre^ Player {
	IFurre^ get ();
}
member Player : IFurre with get

Property Value

Type: IFurre
See Also

Reference