onRoomDeleted()
Availability:
SmartFoxServer Lite / Basic / Pro
Usage:
smartFox.onRoomDeleted(roomObj <propList>)
Description:
The event is fired when a room was deleted in the current zone.
Check the Room Properties for more info on the objects returned.
Parameters:
roomObj | the propertylist describing the deleted room |
Returns:
nothing
Example:
on onRoomDeleted me, roomObj trace("A room was deleted: " & roomObj.name) end
See also:
onRoomAdded()