onConnectionLost()
Availability:
SmartFoxServer Lite / Basic / Pro
Usage:
smartFox.onConnectionLost()
Description:
The event is fired when the connection with the server is closed. ( Either from the client or from the server )
Parameters:
none |
Returns:
nothing
Example:
on onConnectionLost me put("Connection was lost") end
See also:
onConnection()