onRoomDeleted()
Availability:
Flash Player 6.0
SmartFoxServer Lite / Basic / Pro
Usage:
smartFox.onRoomDeleted(roomObj)
Description:
The event is fired when a room was deleted in the current zone.
Parameters:
roomObj | the room object of the deleted room |
Check the Room Class for more info on the objects returned.
Returns:
nothing
Example:
smartFox.onRoomDeleted = function(roomObj) { trace("A room was deleted: " + roomObj.getName()) }
See also:
onRoomAdded()