onRoomDeleted()

Availability:

Flash Player 7, 8
SmartFoxServer Lite / Basic / Pro

Usage:

smartFox.onRoomDeleted(roomObj:Room)

Description:

The event is fired when a room was deleted in the current zone.

Check the Room Class for more info on the objects returned.

Parameters:

roomObj   the room object of the deleted room

Returns:

nothing

Example:

smartFox.onRoomDeleted = function(roomObj:Room)
{
	trace("A room was deleted: " + roomObj.getName()) 
}

See also:

onRoomAdded()