|
NetConnectionIsConnectedCharacter Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Are we the current executing character?
Namespace:
Furcadia.Net.DirectConnection
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public bool IsConnectedCharacter()
Public Function IsConnectedCharacter As Boolean
Dim instance As NetConnection
Dim returnValue As Boolean
returnValue = instance.IsConnectedCharacter()
public:
bool IsConnectedCharacter()
member IsConnectedCharacter : unit -> bool
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Furcadia.Net.DirectConnection.NetConnection.IsConnectedCharacter"]
See Also