def onContextMenu( self, tool ):
		"""This function opens an item's context menu. It is usually called
		when the user right clicking on an item in the world with the mouse."""
		if self.mouseRevealer.size == 1:
			WorldEditor.rightClick( self.mouseRevealer )
		return 1