P_Furcadia_Net_Utils_ServerParser_SpawnAvatar_player - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
the Active Player
Namespace: Furcadia.Net.Utils.ServerParser
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public Furre player { get; }
VB
Public ReadOnly Property player As Furre
Get
VB Usage
Dim instance As SpawnAvatar
Dim value As Furre
value = instance.player
C++
public:
property Furre^ player {
Furre^ get ();
}
F#
member player : Furre with get
Type: Furre