|
ProxySessionIsConnectedCharacter Method (IFurre)
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Is the target furre the connected characyer?
Namespace:
Furcadia.Net.Proxy
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public bool IsConnectedCharacter(
IFurre Fur
)
Public Function IsConnectedCharacter (
Fur As IFurre
) As Boolean
Dim instance As ProxySession
Dim Fur As IFurre
Dim returnValue As Boolean
returnValue = instance.IsConnectedCharacter(Fur)
public:
bool IsConnectedCharacter(
IFurre^ Fur
)
member IsConnectedCharacter :
Fur : IFurre -> bool
Parameters
- Fur
- Type: Furcadia.Net.DreamInfoIFurre
Furre
Return Value
Type:
BooleanTrue if Fur is the Connected Furre
See Also